PUT
/
account
curl --request PUT \
  --url https://staging-api.getpartna.com/v4/account \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>' \
  --data '{
  "accountName": "",
  "currency": "",
  "preferredAccountName": ""
}'
{
  "data": [
    {
      "account_name": "KAROKART / RHODA CHURCH",
      "account_number": "9930000737",
      "bank_code": "100039",
      "bank_name": "Paystack-Titan",
      "currency": "NGN",
      "status": "ACTIVE"
    }
  ],
  "message": "bank account successful"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Body

application/json

Response

200
application/json

put account ok

The response is of type object.