Update Split Account
This updates an existing split settlement account details.
Note:
- All request body parameters are optional. Include only the fields you want to update.
- Fields omitted from the request will retain their existing values.
Authorizations
Payaza {{Public API Key in Base 64}}
live or test
Path Parameters
The unique identifier of the split account.
Body
Indicates whether the split account configuration is active.
true
The beneficiary bank account number.
"0123456789"
The name of the beneficiary bank account.
"John Doe"
The bank code of the beneficiary bank.
"000001"
The name assigned to the Split Account.
"John doe"
The beneficiary email address.
"johndoe@gmail.com"
The settlement currency (ISO 4217).
"NGN"
The country code (ISO 3166-1 Alpha-3).
"NGA"
The calculation mechanism applied to process transaction splits (e.g., PERCENTAGE, FLAT). PERCENTAGE allocates funds on a percentage of the transaction amount while FLAT allocates a fixed amount from the transaction
"PERCENTAGE"
Percentage or flat amount allocated to the Payaza Account owner.
2
Response
Update split account response
System operational status response code tracking the request transaction performance.
"00"
Indicates if the request completed successfully.
true
Details regarding operational processing failure conditions. Returns null on success context.
null
The payload containing the updated profile details of the split account.
Descriptive message confirming the modification outcome.
"split account updated successfully"