Cancel
Cancel a cash payment order through the LP's api
Cancel a cash payin order
PATCH
https://api.stage.localpayment.com/api/transactions/:externalId/status
Cancel a cash payin order
Path Parameters
Name
Type
Description
externalId*
string
Mandatory. The same externalId
you specified when the order was posted. The ID has to be unique and meaningful to you.
Headers
Name
Type
Description
Authorization*
string
Mandatory. JWT token in format Bearer eyJ0...
. For more information about authentication, please refer to Authentication
Request Body
Name
Type
Description
status*
string
Mandatory. Type "CANCELLED"
to cancel a cash payin.
Example: Cancel a cash payment order
Last updated