v1
latestOpenAPI 3.0.02026-07-22290108.6 KBPayer
V2/Payer
Create payment details
Create payment details for a user
post/v2/payer/{clientUserId}/payment-details
Path parameters
clientUserIdstring required
Example:user-123
The client user ID
Headers
x-api-keystring required
API key for authentication
Request body
Response
Payment details created successfully
Example response
{
"payment_detail": {
"id": "pd_123456",
"clientUserId": "user-123",
"bankName": "Chase",
"accountName": "Gordon's Chase Business Account",
"currency": "usd",
"beneficiaryType": "business"
}
}