Get Details Of A Payment Specified By Key

Example Response

See Payment Schema for more details.

{
    "id": "pmt_cc2nnj8cta8qjhkzmg63",
    "amount_cents": 80000,
    "currency": "USD",
    "originating_counterparty_id": "932c3a96-1d8c-404d-a22d-4e5fc9e3e2ab",
    "receiving_counterparty_id": "5b62a7e8-4e1d-4530-8798-1e5430d17de6",
    "payment_method": "card",
    "delivery_method": "email",
    "tracking_id": "RC010221011700040000",
    "instrument_number": null,
    "status": "pending",
    "events": [],
    "invoices": [
        {
            "id": "inv_8canwjzcgat9fqh3mh7v",
            "invoice_number": "bpf270",
            "payment_amount_cents": 80000
        }
    ],
    "adjustments": [],
    "created": "2022-10-11T19:26:46.487292",
    "updated": "2022-10-11T19:26:46.487292"
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!