Create fiat account for sell and pay
Sell and Pay
Create fiat account for sell and pay
Creates a fiat account linked to the customer for Sell and Pay operations. Use this endpoint to pre-create the account and avoid latency during the first Sell and Pay request.
Call this endpoint after KYC completion and before starting any Sell and Pay transaction. If not created beforehand, the account will be automatically created during the first operation, adding extra delay.
Country support: Only applicable to Argentina (ARS). For Colombia (COP), Sell and Pay does not require a customer fiat account.
POST
Create fiat account for sell and pay
Only applicable to Argentina (ARS). For Colombia (COP), Sell and Pay does not require a customer fiat account.
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Body
application/json
The unique identifier of the customer for whom to create the fiat account.
Example:
"964c8c8c-573d-4f8f-bd2e-8645c3124e74"
Response
Fiat account successfully created. Returns an empty response body.
Empty response body on successful creation