Refund / Cancel

This service checks whether the transaction is eligible for cancellation or refund, and then returns the deeplink_url and the encryption_key. To send a request to this service, a mobile session token (session_key) must be used.

Initiate Cancel / Refund

post
/v1/softpos/init_reversal_transaction
Header parameters
Session-KeystringRequired

Mobile session key

Content-TypestringRequired

Content type.

Example: application/json
Body
xact_idstringRequired

The encrypted version of the transaction ID.

Example: xk_EAAAANDp3NM*0DZPqtLYKPuOHKbsEhd8OmvbENFeiKRDyM/H
reference_nostringOptional

Reference number.

callback_urlstring | nullableOptional

Callback url.

Responses
chevron-right
200Success
application/json
post
/v1/softpos/init_reversal_transaction

Last updated