Skip to main content
GET
Get payment by id

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Path Parameters

paymentId
string<uuid>
required

Id of payment.

Response

OK

id
string<uuid>
currency
string | null
amount
integer<int64>
handle
string | null
paymentStatus
enum<string>
Available options:
initial,
paid,
pending,
declined
createdAt
string<date-time>
paymentSource
object
operations
object[] | null
invoice
object