Skip to main content
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
amount
number
Required range: 0 < x <= 1000000000000
currency
string
Required string length: 3
Pattern: ^[A-Za-z]{3}$
status
enum<string>
Available options:
pending,
paid,
overdue,
cancelled,
refunded
description
string
Required string length: 1 - 2000
dueDate
string | null
paidAt
string | null

Response

200 - application/json

Updated payment

data
object
required