• Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
  • Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
    1.0.0
    Introduction
    Authentication
    Customers
    Payments
      post
      Create Payment Request
      get
      Remind Payment Request
      get
      Cancel Payment Request
      get
      Get Payment Request
      get
      Get Payment Request List
    Transactions

Cancel Payment Request

Endpoint to cancel a payment request by division and payment request id

Securityapi_key
Request
path Parameters
divisionID
required
string

Division Identifier.

paymentRequestId
required
string

Payment Request Identifier.

Responses
200

OK

401

Invalid API key/MID.

403

Forbidden from performing this action.

404
500
get/divisions/{divisionID}/paymentRequests/{paymentRequestId}/cancel
Response samples
  • 200
  • 401
  • 403
  • 404
  • 500
application/json
{
  • "notification": {
    • "application": "string",
    • "recipient": "string",
    • "isPrivate": true,
    • "template": "string",
    • "bodyParameters": {
      • "amount": "string",
      • "referenceNumber": "string",
      • "paymentLink": "string",
      • "name": "string",
      • "address": "string",
      • "phoneNumber": "string"
      },
    • "attachmentName": "string",
    • "attachmentUrl": "string",
    • "status": "string",
    • "notificationType": "string",
    • "updatedAt": "string",
    • "createdAt": "string",
    • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
}
Legal
  • Privacy Policy
Support
  • Contact us
© Copyright Till Payments 2023. All right reserved.