Create a Blockchain Payment
Creates a blockchain payment for fiat or cross-border payments.
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.
Headers
Idempotency key
5 - 255Body
The source of funds for the transfer.
The destination of the transfer, including payment rail details and recipient information.
The transfer amounts and currency codes.
The purpose of the transfer.
Details of the receiving financial institution. Required when payment_rail is not a blockchain network.
An optional reference message for the transfer.
"INV-2024-001"
Response
Successful response
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"

