Create A Card
Create a card object.
-
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
Unique reference id for the card. Generated by you.
1 - 255
Unique customer_reference_id that you passed when creating the associated customer (business or person) resource.
255
Type of customer resource - business, person, or enterprise.
business
, person
, enterprise
Name of account holder.
Zip code of card holder
The card's number
8 - 19
The month in which the card expires.
1 <= x <= 12
The year in which the card expires.
x >= 2024
Additional 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
Was this page helpful?