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

Response

200
text/plain
OK
id
string
paymentDate
string
scheduleDate
string | 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 | null
createdAt
string
modifiedAt
string | null
mandate
object