âšī¸Card Schema
Property | Type | Description |
---|---|---|
| string | Recipient that needs to be on the card |
| number | Available mount to spend with the card |
firstName | string | First name of the card holder |
lastName | string | last name of the card holder |
| string | Email of the card recipient |
| object | Recipient address on the card. The country is required inside the billingAddress |
| boolean | If set to true, then card shipped to the provided address - only shipping for physical USA |
| string | prepaid|user - user is a registered user on the platform, and prepaid is just temporary prepaid card with a limited amount and limited feature |
| string | business or individual. This defaults to individual if no values pass |
| string | In case we want to receive the card in bulk. This defaults to individual |
The billing address object reference above
Property | Type | Description |
---|---|---|
| string | recipient street address |
| string | recipient city |
| string | recipient country |
| string | recipient state |
| string | recipient postal code |
Last updated