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.
POST
Create fiat account for sell and pay
Documentation Index
Fetch the complete documentation index at: https://docs.ripio.com/llms.txt
Use this file to discover all available pages before exploring further.
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