-
To create a card, use POST
vault.api-sandbox.orum.io/deliver/cards -
All other card endpoints will continue to use
api-sandbox.orum.io - This allows us to securely handle your card information
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Unique reference id for the card. Generated by you.
Required string length:
1 - 255Unique customer_reference_id that you passed when creating the associated customer (business or person) resource.
Maximum length:
255Type of customer resource - business, person, or enterprise.
Available options:
business, person, enterprise Name of account holder.
- Person Name
- Business Name
Zip code of card holder
- Zip Code
- Full Address
The card's number
Required string length:
8 - 19The month in which the card expires.
Required range:
1 <= x <= 12The year in which the card expires.
Required range:
x >= 2024Additional data you would like to provide on the resource. The field supports valid JSON of up to 5 key-value pairs with a maximum of 20 characters for the key and 50 characters for the value. Do not include any sensitive information.
Response
200 response.