get https://api.finexio-stage.com/v2/payments//
Get Details Of A Payment Specified By Key
Example Response
See Payment Schema for more details.
{
"id": "be5f7fab-285c-42fe-b3a3-12b550e53d5c",
"amount_cents": 333,
"currency": "USD",
"originating_counterparty_id": "041bbd12-7ee0-4e33-b8bc-1bd7736a58c3",
"receiving_counterparty_id": "68732352-1b68-4072-9ca1-d3379e829f59",
"payment_method": "wire",
"reissue_payment_method": null,
"delivery_method": "email",
"reconciliation_id": null,
"tracking_id": "RC00R00X00I21A40B",
"instrument_number": null,
"status": "in-progress",
"events": [
{
"timestamp": "2024-08-07T13:44:53.590000",
"event_code": "PU00",
"description": "Invoices Created",
"amount_cents": 333,
"stage": "processing",
"method": null,
"event_name": "requested",
"status": "in-progress"
},
{
"timestamp": "2024-08-07T13:44:55.055000",
"event_code": "PU12",
"description": "Payments Received By Processor",
"amount_cents": 333,
"stage": "processing",
"method": null,
"event_name": "confirmed",
"status": "in-progress"
},
{
"timestamp": "2024-08-07T13:44:55.773000",
"event_code": "FA00",
"description": "Request ACH Funding",
"amount_cents": 333,
"stage": "funding",
"method": "ach",
"event_name": "requested",
"status": "in-progress"
}
],
"invoices": [
{
"id": "b3e77c89-aedc-4aa0-848f-1b4014b27087",
"invoice_number": "202402ss1426",
"payment_amount_cents": 333,
"metadata": {
"someMetadata": "value"
},
"public_account_number": null,
"reconciliation_id": null,
"payment_group_id": ""
}
],
"adjustments": [],
"created": "2024-08-07T13:44:53.575000",
"updated": "2024-08-07T13:44:55.903000",
"funding_drawdown_request_id": "U824-012-419K",
"refund_user": null,
"refund_timestamp": null,
"refund_reason": null,
"refund_comment": null,
"refund_ticket_number": null,
"reissue_user": null,
"reissue_timestamp": null,
"reissue_reason": null,
"reissue_comment": null,
"reissue_ticket_number": null
}