Create a card collection request for a business wallet. Card collections require a verified customer and card details, and may not be enabled for every business. Customer attachment after creation is not supported for API card collections. Required scope: collection:create.
Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.
Collection method. Use card.
card Amount to collect. Minimum value is 0.1.
ID of the business wallet to credit.
Business customer ID. Required for card collections. The customer must belong to the business and be VERIFIED.
Optional customer phone number.
Full card holder name. Required for card collections.
16-digit card number. Required for card collections.
Card expiry in MM/YY format. Required for card collections.
3-digit card CVC. Required for card collections.
Optional HTTPS URL to redirect the customer to after payment authorization (e.g. 3DS). Blaaiz appends transaction_id and status query parameters to this URL before redirecting. Maximum 2048 characters.
2048