Skip to main content
POST
/
v1
/
customers
/
enable-preference
Enable USD Features
curl --request POST \
  --url https://sandbox.api.fin.com/v1/customers/enable-preference \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer_id": "55bd6b4e-c20a-4cc8-9535-91d5557a67d9"
}
'
{
  "data": {}
}
This endpoint is deprecated and will be removed in a future release. Do not use it in new integrations. You can skip this step entirely and call Create Virtual Account V2 directly, which handles USD feature enablement as part of account creation.

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Body

application/json
customer_id
string<uuid>
required
Example:

"55bd6b4e-c20a-4cc8-9535-91d5557a67d9"

Response

USD features enabled successfully

data
object

Generic response object