Card Service Requests REST Endpoints
Card Service Requests
The operations from the Card Service Requests category.
- Activate a gift/loyalty/svc card (put in whitelist)
- Method: postPath:
/card_activate - Capture non PCI card details.
- Method: postPath:
/card_swipe - Deduct funds from from an SVC.
- Method: postPath:
/svc_deduct - Get balance from an SVC.
- Method: postPath:
/svc_balance - Load funds onto an SVC account.
- Method: postPath:
/svc_add - Payment by credit, debit or other EFT card.
- Method: postPath:
/payment - Refund a captured payment.
- Method: postPath:
/refund - Reversal for CARD_ACTIVATE.
- Method: postPath:
/card_activate_reversal - Reversal for CARD_STOP.
- Method: postPath:
/card_stop_reversal - Reversal for SVC_ADD
- Method: postPath:
/svc_add_reversal - Reversal for SVC_DEDUCT.
- Method: postPath:
/svc_deduct_reversal - Stop/disable a gift/loyalty/svc card (put in blacklist)
- Method: postPath:
/card_stop - Void an authorized payment.
- Method: postPath:
/reversal