This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sample request | |
| { | |
| "amount":"500", | |
| "description":"transfer to access 0690000012", | |
| "type": "transfer", | |
| "transferType":"AA", | |
| "bankcode":"044", | |
| "creditacctno":"0690000012", | |
| “transaction_id”: “PWCDEV-09882890” [unique for every request] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sample Request | |
| { | |
| "amount":"500", | |
| "description":"transfer to access 0921318712", | |
| "type": "transfer", | |
| "transferType":"AO", | |
| "bankcode":"058", | |
| "creditacctno":"0921318712", | |
| "transaction_id": "PWCDEV-09882890" [unique for every request] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Endpoint: /user/validateAccountRequest | |
| Method: POST | |
| Content-Type: application/json | |
| Parameters: | |
| - otp | |
| - trxref |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Endpoint: /user/requestBankAccount | |
| Method: POST | |
| Content-Type: application/json | |
| Parameters: | |
| phonenumber [Optional: Only required when BVN is not supplied] | |
| firstname [Optional: Only required when BVN is not supplied] | |
| lastname [Optional: Only required when BVN is not supplied] | |
| middlename [Optional: Only required when BVN is not supplied] | |
| bvn [Optional] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sample Request | |
| { | |
| "transaction_id": "58d2786e1510c710000a381f" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Endpoint: /orders/transactions | |
| Method: GET | |
| Paramter: transaction_id |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sample Response | |
| { | |
| "status": "success", | |
| "data": { | |
| "order_id": "58d2786e1510c710000a381f", | |
| "payment_id": "58d2786f1510c710000a3825", | |
| "amount": 10, | |
| "payment_ref": "24159398658", | |
| "transaction_id": "24159398658", | |
| "customer_firstname": "TSS ACCOUNT", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sample Request: | |
| { | |
| "bankcode": "044", | |
| "accountnumber": "0690000032" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Endpoint: /account/validation | |
| Method: POST | |
| Content-Type: application/json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sample Response: | |
| { | |
| "status": "success", | |
| "data": {} | |
| } |
NewerOlder