Accounts
Upgrade Account
KYC
Transfer
discount
Accounts
Upgrade Account
Upgrade account
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": "account1",
"currency": "NGN"
}'
{
"data": [
{
"account_name": "Mr. Dalton Stoltenberg",
"account_number": "4215326300",
"bank_code": "251",
"bank_name": "Maplerad",
"currency": "NGN",
"status": "ACTIVE"
}
],
"message": "bank account successful"
}
Body
application/json
Response
200
application/json
Upgrade account success
The response is of type object
.
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": "account1",
"currency": "NGN"
}'
{
"data": [
{
"account_name": "Mr. Dalton Stoltenberg",
"account_number": "4215326300",
"bank_code": "251",
"bank_name": "Maplerad",
"currency": "NGN",
"status": "ACTIVE"
}
],
"message": "bank account successful"
}