Card Operations Old

Process a refund to a settled charge

post

Use this call to process a refund to a settled charge. You will need the Transaction ID and the amount to be refunded.

Header parameters
SessKeystringRequired

A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.

Example: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-TypestringRequiredExample: application/json
AcceptstringRequiredExample: application/json
Body
TxIDintegerOptional

Transaction ID of the charge to be refunded

Example: 56
CreditAmountnumber · floatOptional

Amount to be refunded

Example: 5
Responses
200

Successful processing of the refund

application/json
post
/APIcardProcREST/v1.0.0/CardSale/ApplyCredit
200

Successful processing of the refund

Void a pending charge

post

Use this call to void a pending charge. The status of the transaction needs to be OPEN, such as transactions that have not settled yet. To refund a transaction that was previously settled, use the Credit method. You will need the Transaction ID of the charge to be voided.

Header parameters
SessKeystringRequired

A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.

Example: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-TypestringRequiredExample: application/json
AcceptstringRequiredExample: application/json
Body
TxIDintegerOptional

Transaction ID of the charge to be voided

Example: 53
Responses
200

Successful voiding of the transaction

application/json
post
/APIcardProcREST/v1.0.0/CardSale/Void
200

Successful voiding of the transaction

Last updated

Was this helpful?