Skip to main content
GET
Get payment

Authorizations

Authorization
string
header
required

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

Path Parameters

payment_id
string<uuid>
required

Payment ID

Response

Payment details

Executed payment

description
string

User provided description for the payment schedule

error_details
object

Payment error details. It will be included only when status is ERROR

id
string<uuid>

Payment ID

metadata
object

User provided JSON format data for the payment schedule

payment_date
object
read-only
payment_instruction
object
payment_schedule_id
string<uuid>

ID of the payment schedule that executed this payment

status
enum<string>

Payment request status

Available options:
COMPLETED,
ERROR
transaction_id
string<uuid>

Transaction ID. It will be included only when status is COMPLETED