Make Payment
Make Payment
POST
https://api-alpha.dev.bantupay.org/v2/users/{username}/payments
Sending a payment is a two-step process: 1. Send the required fields in the JSON payload without transaction signature, a base64 encoded transaction would be returned form the bantupay-sdk to sign. 2. Resend the same payload but now included the signed transaction code
Path Parameters
Name
Type
Description
username
string
Headers
Name
Type
Description
X-BANTUPAY-PUBLIC-KEY
string
your Bantu Blockchain public key
X-BANTUPAY-SIGNATURE
string
payload can be signed with https://request-signer.dev.bantu.network
Last updated
Was this helpful?