Skip to main content
POST
/
v2
/
customers
/
{customerId}
/
wallets
cURL
curl --request POST \
  --url https://api.example.com/v2/customers/{customerId}/wallets \
  --header 'idempotency-key: <idempotency-key>'

Headers

idempotency-key
string
required

Path Parameters

customerId
string
required

Response

201 - undefined