BantuPay
  • BantuPay APIs
  • User
    • Create New User
    • Get User Information
    • Modify Existing User
  • Payments
    • Payment History
    • Make Payment
  • Asset
    • Claim Asset
Powered by GitBook
On this page

Was this helpful?

  1. User

Modify Existing User

Modify Existing User

PUT https://api-alpha.dev.bantupay.org/v2/user/{username}

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

the payload can be signed with here

{
  "error": "string",
  "data": "string",
  "message": "string"
}

PreviousGet User InformationNextPayments

Last updated 4 years ago

Was this helpful?