POST
/
Payments
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "paymentDate": "2023-11-07T05:31:56Z",
  "scheduleDate": "2023-11-07T05:31:56Z",
  "handle": "<string>",
  "description": "<string>",
  "reference": "<string>",
  "amount": 123,
  "currency": "<string>",
  "test": true,
  "status": "Pending",
  "statusText": "<string>",
  "settlementDate": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "modifiedAt": "2023-11-07T05:31:56Z",
  "mandate": {
    "handle": "<string>",
    "scheme": "<string>",
    "status": "Created",
    "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Body

mandate
string | null
currency
string | null
amount
integer
description
string | null
reference
string | null
paymentDate
string<date-time>

Response

OK

id
string<uuid>
paymentDate
string<date-time>
scheduleDate
string<date-time> | null
handle
string | null
description
string | null
reference
string | null
amount
integer
currency
string | null
test
boolean
status
enum<string>
Available options:
Pending,
Settled,
Scheduled,
Rejected,
Cancelled,
Chargeback,
PendingCancel
statusText
string | null
settlementDate
string<date-time> | null
createdAt
string<date-time>
modifiedAt
string<date-time> | null
mandate
object