Initiate Payment By Fiat Currency
Payment
Initiate Payment By Fiat Currency
Create a payment transaction for a specific fiat currency
POST
Initiate Payment By Fiat Currency
Auth method: Basic (Access ID) — this endpoint only requires your
x-access-id header. No request signing is needed. See
Authentication.Path Parameters
string
required
Currency code for the paymentExample:
"ngn"Headers
string
required
Your API access ID provided by TenderExample:
"your-access-id-here"string
required
Media type of the request bodyExample:
"application/json"Body
string
required
Payment amount in the specified currencyExample:
"1.023"string
required
Blockchain network to use for the transactionExample:
"avalanche"string
required
Cryptocurrency for the paymentExample:
"avalanche"string
Optional reference or transaction ID for your own tracking purposesExample:
"ORDER-12345"object
Optional metadata attached to the payment
Response
string
required
Status of the API requestExample:
"success"string
required
Human-readable message describing the resultExample:
"success"object
required
The initiated payment transaction details
Authorizations
Basic (Access ID) authentication. Only the x-access-id header is required; no request signing.
Headers
Your API access ID provided by Tender
Media type of the request body
Path Parameters
Fiat currency code (e.g., ngn, usd)
Body
application/json
Payment amount in fiat currency
Example:
"1.023"
Blockchain network
Example:
"avalanche"
Cryptocurrency to receive
Example:
"avalanche"
Optional reference or transaction ID for your own tracking purposes
Example:
"ORDER-12345"
Optional metadata attached to the payment