OmniCard API Platform
Your rewards program needs to be precisely managed and time-sensitive for recipients. Leverage our API platform to save time, reduce errors and speed the delivery of your rewards
Automate card orders 24×7. No order too small. Monitor funds. You can even create your own cardholder support site.
We provide quality documentation and technical support.
Email us today to learn more.

Our Featured APIs
Sample Responses
Check Balance
Retrieve the current balance on the specified card.
{“response”:{
“status”:1000,
“transaction_id”:”1022″,
“message”:{
“balance”:”0.00″
}
}}
“status”:1000,
“transaction_id”:”1022″,
“message”:{
“balance”:”0.00″
}
}}
Orders
Begin a new order. The order id in this response is required on all subsequent calls to addCard and complete.
{“response”:{
“status”:1000,
“transaction_id”:”1363″,
“message”:{
“order_id”:”338639″
}
}}
“status”:1000,
“transaction_id”:”1363″,
“message”:{
“order_id”:”338639″
}
}}
Activation
Activate the specified card. The current card status is returned in the message portion of the response.
{“response”:{
“status”:1000,
“transaction_id”:”1021″,
“message”:{
“card_status”:”ACTIVE”
}
}}
“status”:1000,
“transaction_id”:”1021″,
“message”:{
“card_status”:”ACTIVE”
}
}}