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

Create New User

Create a new user

POST https://api-alpha.dev.bantupay.org/v2/user

Headers

Name
Type
Description

X-BANTUPAY-PUBLIC-KEY

string

Bantu Blockchain Public key here

X-BANTUPAY-SIGNATURE

string

The payload can be singed with https://request-signer.dev.bantu.network

Request Body

Name
Type
Description

verificationCode

string

username

string

email

string

lastName

string

firstName

string

middleName

string

gender

string

mobile

string

telegram

string

twitter

string

imageThumbnail

string

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

PreviousUserNextGet User Information

Last updated 4 years ago

Was this helpful?