Skip to main content
POST
Submit transaction

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Body

application/json
sessionId
string
required

Payment session ID

txHash
string
required

Transaction hash

Pattern: ^0x
chain
string
required

Blockchain chain

token
string
required

Token symbol

walletAddress
string
required

Customer wallet address

amount
string
required

Payment amount

Response

Transaction submitted successfully

success
boolean
Example:

true

message
string
Example:

"Transaction submitted successfully"