POST
/
bankaccount
curl --request POST \
  --url https://staging.api.mavapay.co/api/v1/bankaccount \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "bankName": "KUDA MICROFINANCE BANK",
  "bankCode": "090267",
  "bankAccountNumber": "0123456789",
  "bankAccountName": "Satoshi Nakamoto",
  "currency": "NGN",
  "walletId": "d1614a76-9c7f-4111-98a7-43199f307e5b-123456789"
}'
{
  "status": "success",
  "data": {
    "bankName": "KUDA MICROFINANCE BANK",
    "bankCode": "090267",
    "bankAccountNumber": "0123456789",
    "bankAccountName": "Satoshi Nakamoto",
    "currency": "NGN",
    "walletId": "d1614a76-9c7f-4111-98a7-43199f307e5b-123456789"
  }
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

Response

200
application/json

Bank account response

The response is of type object.