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": {}
}

Documentation Index

Fetch the complete documentation index at: https://developer.fin.com/llms.txt

Use this file to discover all available pages before exploring further.

Use this endpoint only when issuing USD ACH or Fedwire virtual accounts. For USD SWIFT, you can directly call Create Virtual Account V2.

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