Table of Contents
Endpoint #
POST https://crm-api-test.10npay.com/api/v1/OpenBanking/individual/account
Input #
{
"customerNumber": "string",
"accountNumber": "string",
}
Response #
{
"accountDescription": "string",
"accountOpenDate": "string",
"accountStatusCreditOvd": "string",
"accountStatusDebitOvd": "string",
"accountClass": "string",
"accountType": "string",
"address1": "string",
"address2": "string",
"address3": "string",
"address4": "string",
"branchCode": "string",
"currency": "string",
"checkerDateStamp": "string",
"customerAccountNumber": "string",
"ibanAccountNumber": "string",
"currentBalance": 0
}
Status Codes #
- Status Code 200, If all good
- Status Code 400 with Error Messages in case of Bad Input
- Status Code 500 with No Error Message in case of Server Failure