...
With this service, the calling apps can get list of branches for financial institutions. Apps will collect authorisation details and forward to OnePipe to execute, OnePipe will in turn forward to the provider’s dedicated implementation.
...
Code Block | ||
---|---|---|
| ||
{ "status": "Successful", "message": "Transaction processed successfully", "data": { "provider_response_code": "00", "provider": "Beeceptor", "errors": null, "error": null, "provider_response": { "branches": [ { "branch_code": "355", "branch_name": "BRD STR BRANCH", "branch_address1": "51/55 BROAD STREET, ", "branch_address2": "LAGOS", "branch_address3": " LAGOS " }, { "branch_code": "364", "branch_name": "KIRIKASA BRANCH", "branch_address1": "1, KIRIKASSAMA ROAD ", "branch_address2": "MAIDUGURI", "branch_address3": "BORNO" } ], "meta": {} } } } |
Request Payload Description
...
Status | Meaning |
---|---|
Successful | Standard success code |
Failed | Standard failure code |
WaitingForOTP | To signify that this provider has requested an OTP from the customer and it should be supplied. |
PendingValidation | To signify that this provider needs some extra information to be provided. The |
INTERFACE SPECIFICATION (ONEPIPE → PROVIDER MICRO SERVICE)
...