Settlement Old

Execute selective batch settlement

post
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
TransactionIDsinteger[]Optional

List of transaction IDs to be settled

Example: [52]
MerchIDintegerOptional

The merchant identifier

Example: 1
Responses
chevron-right
200

Successfully executed batch settlement

application/json
post
/APIcardProcREST/v1.0.0/Settlement/ExecuteBatch_Selective
200

Successfully executed batch settlement

Execute batch settlement for all transactions

post
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
MerchIDintegerOptional

The merchant identifier

Example: 1
Responses
chevron-right
200

Successfully executed batch settlement for all transactions

application/json
post
/APIcardProcREST/v1.0.0/Settlement/ExecuteBatch_All
200

Successfully executed batch settlement for all transactions

Last updated

Was this helpful?