• 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

Create Payment Request

Endpoint to create a payment request by division

Securityapi_key
Request
path Parameters
divisionID
required
string

Division Identifier.

Request Body schema: application/json

Payment Request Request Body

object
Responses
200

OK

400
401

Invalid API key/MID.

403

Forbidden from performing this action.

404
500
post/divisions/{divisionID}/paymentRequests
Request samples
  • Payload
application/json
{
  • "paymentRequest": {
    • "amount": 1200,
    • "referenceNumber": "string",
    • "customerId": "string",
    • "expiryInDays": 4,
    • "formId": "string",
    • "paymentType": "debit"
    }
}
Response samples
  • 200
  • 400
  • 401
  • 403
  • 404
  • 500
application/json
{
  • "paymentRequest": "0f1908f4-b2ec-4de0-b628-43da5d9e0fc0"
}
Legal
  • Privacy Policy
Support
  • Contact us
© Copyright Till Payments 2023. All right reserved.