Skip to main content
POST
/
api
/
v1
/
sellAndPays
/
fiatAccounts
/
Create fiat account for sell and pay
curl --request POST \
  --url https://skala-sandbox.ripio.com/api/v1/sellAndPays/fiatAccounts/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customerId": "964c8c8c-573d-4f8f-bd2e-8645c3124e74"
}'
{}

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Body

application/json
customerId
string<uuid>
required

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