Cards
Initiate payments to Visa and Mastercard debit cards.
Interested in accessing card rails? Reach out to service@orum.io.
Create A Card
To create a card, use POST https://vault.api-sandbox.orum.io/deliver/cards
All other cards endpoints (besides the above POST) will continue to use api-sandbox.orum.io. This allows Orum to ensure your card information is handled securely.
-
In order to create a card, the person or business linked to a card must have an associated phone number
-
Up to three persons/businesses can be associated with the same phone number
-
If a person/business is associated with a card, the phone number can be changed, but not removed
-
A person/business can have up to three linked cards
Transferring Funds To A Card
For card rails, you’ll always select asap
as your speed.
Unlike other bank transfers for which Orum orchestrates fallback routing, if you send funds to a card, Orum will not reroute the transfer to another rail if an error occurs.
Card Limits
The following limits are in place for each card.
Days | Amount | Transactions |
---|---|---|
1 | $10,000.00 | 5 |
7 | $20,000.00 | 10 |
30 | $50,000.00 | 30 |
Resource Limits
The following limits are in place for a given person
, business
, or enterprise
across all associated cards.
Days | Amount | Transactions |
---|---|---|
1 | $10,000.00 | 5 |
7 | $20,000.00 | 10 |
30 | $50,000.00 | 30 |
Statuses
A card can have one of the following statuses.
A card was created. The card cannot send or receive funds.
Reason Codes
Field | Description | |
---|---|---|
invalid_account_holder_name | The card holder name does not match the name on file at the card issuer | |
invalid_address | The billing address or zip does not match the billing address or zip on file at the card issuer | |
unsupported_card | The card is not enabled for push transactions |
Webhook Example
Was this page helpful?