Retrieve a Blockchain Payment
Retrieve a Blockchain Payment.
Documentation Index
Fetch the complete documentation index at: https://docs.lead.bank/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the blockchain payment object to be retrieved.
5^blockchain_payment_\w+$Response
A Blockchain Payment object.
A blockchain payment object representing a fiat or cross-border payment.
The ID of the Blockchain Payment object.
^blockchain_payment_\w+$"blockchain_payment_xyz123"
The source of funds for the transfer, with enriched entity data.
The destination of the transfer, including payment rail details and recipient information.
Details of the receiving financial institution. Required when payment_rail is not a blockchain network.
The transfer amounts, currency codes, and settlement details.
The purpose of the transfer.
An optional reference message for the transfer.
"INV-2024-001"
The current status of the blockchain payment.
created, under_review, awaiting_funds, submitted, posted, rejected, canceled "created"
Reason the transfer was rejected. Present only if status is rejected.
"Insufficient funds"
Reason the transfer was canceled. Present only if status is canceled.
"Requested by customer"
ISO 8601 format timestamp representing when the blockchain payment was created.
"2024-06-27T11:22:33Z"
ISO 8601 format timestamp representing when the blockchain payment was last updated.
"2024-06-27T11:22:33Z"

