initialFunds amount is deducted from your partner wallet balance.
Request headers
All standard authentication headers required. See the Authentication page.Request body
fullName(string, required) — The consumer’s full nameemail(string, required) — The consumer’s email address. Must be unique per partner.currency(string, required) — ISO 4217 currency code, e.g.USD,EURinitialFunds(number, required) — Amount to load into the consumer’s wallet on creation
Example request
Success response (200)
Error responses
- 400 VALIDATION_ERROR — Consumer with this email already has a wallet in the requested currency
- 402 BUSINESS_RULE_ERROR — Your partner wallet has insufficient funds to cover
initialFunds - 403 Forbidden — Authentication failed. Check your credentials and signature.
List consumers
Returns a paginated list of all consumers you have created.Query parameters
page(integer, optional) — Page number, zero-indexed. Default:0size(integer, optional) — Number of results per page. Default:20, max:50
Example request
Success response (200)
Error responses
- 403 Forbidden — Authentication failed
- 422 Unprocessable Entity — Invalid query parameters
.png?fit=max&auto=format&n=VbwkqqIyQoTXbpVd&q=85&s=4750dedc4249fbd900c54220786c9522)