{"info":{"_postman_id":"afb224c4-82fc-45c2-b6bd-5af8a25afc7a","name":"API Endpoints","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16413328","collectionId":"afb224c4-82fc-45c2-b6bd-5af8a25afc7a","publishedId":"2s93RRvsq5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-28T22:41:27.000Z"},"item":[{"name":"Create Dedicated Virtual Account","id":"f5ef65a4-ad90-4e2f-baeb-ee8243210853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\":\"Tolulope\",\n    \"lastname\":\"Oyeniyi\",\n    \"address\":\"No 5 address\",\n    \"gender\":\"Male\",\n    \"email\":\"tolulope@lonytechsolution.com\",\n    \"phone\":\"08135542261\",\n    \"dob\":\"1960-10-04\",\n    \"bvn\":\"\",\n    \"nin\":\"\",\n    \"otp\":\"\",\n    \"provider\":\"9psb\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/create_account","description":"<p>Provide <strong>dob</strong> in the formats below</p>\n<ul>\n<li>1989-10-04</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n<p>For <strong>Safe Haven MFB</strong>: It is now required to generate <strong>BVN OTP</strong> from the <strong>BVN</strong> phone number and submit both <strong>OTP</strong> and <strong>BVN</strong> to generate <em><strong>safehaven</strong></em> account number.</p>\n<p>To get <strong>BVN OTP</strong>, Dial *<em><strong>565</strong>*</em><strong>3#</strong> , Enter <strong>11113</strong> as iGree Number then Send. Finally, on Prompt, Input your <strong>BVN Number.</strong> An <strong>8 DIGIT OTP</strong> will be sent to you. Enter submit this as otp in account create dedicated virtual account endpoint.</p>\n<p>Our current supported banks are</p>\n<ul>\n<li><p>vfd</p>\n</li>\n<li><p>gtb</p>\n</li>\n<li><p>providus</p>\n</li>\n<li><p>safehaven</p>\n</li>\n<li><p>netbank</p>\n</li>\n</ul>\n<p>It is required to parse the <strong>provider</strong> parameter for the account you want to create. When provider is not provided, <em><strong>netbank</strong></em> account would be generated.</p>\n","urlObject":{"path":["create_account"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5ef65a4-ad90-4e2f-baeb-ee8243210853"},{"name":"Create Dedicated Business Virtual Account","id":"f28dbad2-3366-4270-92e4-6210fe486dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accountName\":\"Tolulope\",\n    \"firstname\":\"Tolulope\",\n    \"lastname\":\"Oyeniyi\",\n    \"email\":\"tolulope@lonytechsolution.com\",\n    \"phone\":\"08135542261\",\n    \"bvn\":\"\",\n    \"address\":\"No 5 address\",\n    \"gender\":\"Male\", // optional\n    \"dob\":\"1960-10-04\", // optional (only required for vfd, and must match bvn)\n    \"nin\":\"\", // optional\n    \"otp\":\"\", // optional (only required for safehaven account)\n    \"provider\":\"netbank\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/create_business_account","description":"<p>Provide <strong>dob</strong> in the formats below</p>\n<ul>\n<li>1989-10-04</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n<p>For <strong>Safe Haven MFB</strong>: It is now required to generate <strong>BVN OTP</strong> from the <strong>BVN</strong> phone number and submit both <strong>OTP</strong> and <strong>BVN</strong> to generate <em><strong>safehaven</strong></em> account number.</p>\n<p>To get <strong>BVN OTP</strong>, Dial *<em><strong>565</strong>*</em><strong>3#</strong> , Enter <strong>11113</strong> as iGree Number then Send. Finally, on Prompt, Input your <strong>BVN Number.</strong> An <strong>8 DIGIT OTP</strong> will be sent to you. Enter submit this as otp in account create dedicated virtual account endpoint.</p>\n<p>Our current supported banks are</p>\n<ul>\n<li><p>vfd</p>\n</li>\n<li><p>gtb</p>\n</li>\n<li><p>providus</p>\n</li>\n<li><p>safehaven</p>\n</li>\n<li><p>netbank</p>\n</li>\n</ul>\n<p>It is required to parse the <strong>provider</strong> parameter for the account you want to create. When provider is not provided, <em><strong>netbank</strong></em> account would be generated.</p>\n","urlObject":{"path":["create_business_account"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f28dbad2-3366-4270-92e4-6210fe486dd8"},{"name":"BVN Consent Request (VFD Account Only)","id":"2b50dcd7-4fa8-4686-91c5-572e18bbe407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/bvn_consent/{bvn}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["bvn_consent","{bvn}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b50dcd7-4fa8-4686-91c5-572e18bbe407"},{"name":"Update Dedicated Virtual Account (Providus only)","id":"3035350d-f705-486f-8812-f952521ee9c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\":\"Tolulope\",\n    \"lastname\":\"Oyeniyi\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/update_account/{reference}","description":"<p>Account name update is currently available for providus accounts only.</p>\n<p><strong>NOTE</strong>: Their is an account control limit on providus accounts generated. You can not keep generating providus account when you are not using the already generated accounts. You need to make sure to re-assign accounts to customers that will use the account by taking the account from those that are not making any deposit on providus account over the first 30days.</p>\n","urlObject":{"path":["update_account","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3035350d-f705-486f-8812-f952521ee9c8"},{"name":"Update Dedicated Virtual Account using account number (Providus only)","id":"7594f83d-8400-4fbf-b944-49286967dd5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\":\"Tolulope\",\n    \"lastname\":\"Oyeniyi\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/update_account/{provider}/{account_number}","description":"<p>Account name update is currently available for providus accounts only.</p>\n<p><strong>NOTE</strong>: Their is an account control limit on providus accounts generated. You can not keep generating providus account when you are not using the already generated accounts. You need to make sure to re-assign accounts to customers that will use the account by taking the account from those that are not making any deposit on providus account over the first 30days.</p>\n","urlObject":{"path":["update_account","{provider}","{account_number}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7594f83d-8400-4fbf-b944-49286967dd5c"},{"name":"Create Checkout Virtual Account","id":"745d6549-6e7b-4e7f-a5ff-8cc8dd4c9c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Giftibills Tolulope\",\n    \"email\":\"toluxsys@yahoo.ca\",\n    \"amount\":\"100\",\n    \"currency\":\"NGN\",\n    \"reference\":\"202601191510020323929\",\n    \"phone\":\"07036218209\",\n    \"title\":\"\",\n    \"description\":\"\",\n    \"provider\":\"providus\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/create_checkout_account","description":"<p>This API Endpoints allows you to create a dynamic account by providing the required details.</p>\n<p>This is a <strong>ontime</strong> payment account that allows you to generate a virtual account for a one time payment.</p>\n<p><strong>NOTE</strong>: you can only send payment to this account once and within the <strong>accountExpiry</strong> time.</p>\n<p>Our current supported banks are</p>\n<ul>\n<li><p>vfd</p>\n</li>\n<li><p>safehaven</p>\n</li>\n<li><p>providus</p>\n</li>\n<li><p>gtb</p>\n</li>\n</ul>\n<p>It is required to parse the <strong>provider</strong> parameter for the account you want to create. When provider is not provided, <em><strong>any provider</strong></em> account can be generated.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Params</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>customer Fullname</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Customer's email</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>amount expected to receive</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>only available currency is NGN</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>a unique identifier for the transaction</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Customer's Phone Number</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>title</td>\n<td>payment title</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>description</td>\n<td>payment description</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["create_checkout_account"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"745d6549-6e7b-4e7f-a5ff-8cc8dd4c9c2b"},{"name":"Fetch All Dedicated Virtual Account","id":"82ddec04-075b-45fd-a2b3-5ab811ad5aae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/fetch_all_accounts","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["fetch_all_accounts"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"82ddec04-075b-45fd-a2b3-5ab811ad5aae"},{"name":"Fetch All Dedicated Virtual Account (Specify Provider)","id":"8e33f8d4-67a4-4be8-8c6d-8f182e72c9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/fetch_all_accounts/{provider}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["fetch_all_accounts","{provider}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e33f8d4-67a4-4be8-8c6d-8f182e72c9df"},{"name":"Fetch Dedicated Virtual Account Details (By id)","id":"91172104-a615-44d9-9a61-329490c38e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/fetch_account_details/{id}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["fetch_account_details","{id}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"91172104-a615-44d9-9a61-329490c38e45"},{"name":"Fetch Dedicated Virtual Account Details/Status (By Reference)","id":"48df7981-1b54-4788-86ce-527e5bee28ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/fetch_account_details/reference/{reference}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["fetch_account_details","reference","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"48df7981-1b54-4788-86ce-527e5bee28ea"},{"name":"Fetch an Account Transactions","id":"3b1ddcfc-34ac-47aa-9369-11b29fddd2b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/fetch_account_transactions/{accountNumber}/{provider}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["fetch_account_transactions","{accountNumber}","{provider}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b1ddcfc-34ac-47aa-9369-11b29fddd2b8"},{"name":"Fetch an Account Transactions (using reference)","id":"284ff529-b02e-4cfb-846b-f440748fb672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/fetch_account_transactions_by_ref/{reference}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["fetch_account_transactions_by_ref","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"284ff529-b02e-4cfb-846b-f440748fb672"},{"name":"Fetch an Account Transactions From Bank","id":"599e0779-2d20-4e51-b84e-731ff4d8e7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"provider\":\"safehaven\",\n    \"account_number\":\"8017166304\",\n    \"from_date\":\"2024-05-10\",\n    \"to_date\":\"2024-05-10\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/fetch_account_transactions_from_bank","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["fetch_account_transactions_from_bank"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"599e0779-2d20-4e51-b84e-731ff4d8e7b9"},{"name":"Verify Transaction","id":"5ffc6274-3268-406e-8923-669e140c7375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/transaction_verify/{trx}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["transaction_verify","{trx}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ffc6274-3268-406e-8923-669e140c7375"},{"name":"Verify Transaction using Provider/Gateway Reference","id":"edc6a11c-e809-4a96-aefa-6136a65f624e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/transaction_verify_by_ref/{provider}/{reference}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["transaction_verify_by_ref","{provider}","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"edc6a11c-e809-4a96-aefa-6136a65f624e"},{"name":"Verify Checkout Transaction","id":"4e8f8720-d0a3-4475-beab-c18737f1d284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/verify_checkout_payment/{reference}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["verify_checkout_payment","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e8f8720-d0a3-4475-beab-c18737f1d284"},{"name":"Check Charged Fees","id":"c82d409b-3d39-41d8-af6c-4e369805d216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/check_fees","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["check_fees"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c82d409b-3d39-41d8-af6c-4e369805d216"},{"name":"Failed Webhooks","id":"f67df1ad-66f7-4745-9664-d634d2e153d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/failed_webhooks","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["failed_webhooks"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f67df1ad-66f7-4745-9664-d634d2e153d2"},{"name":"Resend Failed Webhook","id":"d5eb0c5f-dcaf-4931-aec1-1a5fa5411cc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/resend_hook/{reference}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["resend_hook","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5eb0c5f-dcaf-4931-aec1-1a5fa5411cc7"},{"name":"Resend Failed Webhook Using Provider Reference","id":"0878bce3-b9d1-4dc9-9f87-7eec60ef1af3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1//resend_hook_with_ref/{provider}/{reference}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["","resend_hook_with_ref","{provider}","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0878bce3-b9d1-4dc9-9f87-7eec60ef1af3"},{"name":"Refund Transaction","id":"61fc69dc-9d31-43a4-96d1-69e90bfdda88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"trx\":\"202211301103291623216\",\n    \"note\":\"Service not rendered\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/refund","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["refund"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"61fc69dc-9d31-43a4-96d1-69e90bfdda88"},{"name":"Refunds","id":"9c308648-cbfb-403b-a3ad-ae8ff99a9690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/all_refunds","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["all_refunds"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c308648-cbfb-403b-a3ad-ae8ff99a9690"},{"name":"Refund Status","id":"029d8a87-c59b-4c9e-a0a5-7b83fcd9be43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/refund_status/{reference}","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["refund_status","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"029d8a87-c59b-4c9e-a0a5-7b83fcd9be43"},{"name":"Bank List","id":"364dadcd-cf26-4da7-ae8c-b068efdb346b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/bank_list","urlObject":{"path":["bank_list"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"364dadcd-cf26-4da7-ae8c-b068efdb346b"},{"name":"Account Name Check","id":"3e4451d5-31f9-41d9-909d-7a19ee5a16c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bank_code\": \"100004\",\n    \"account_number\": \"7036218209\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/account_name","urlObject":{"path":["account_name"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e4451d5-31f9-41d9-909d-7a19ee5a16c9"},{"name":"Bank Transfer","id":"b6257fec-9989-42c8-a858-efb77a1c8c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[{"key":"Signature","value":"a076cc5744eed5971d85c899b46525ed2be2ec8050f941d99b1824efa8786b8851daa27e2aaefd083e3cabb835525e215eef79fbb1da60845ac8c1982b4ba6ed","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account_name\":\"TOLULOPE OYEBIYI OYENIYI\",\n    \"account_number\":\"7036218209\",\n    \"amount\":\"200\",\n    \"bank_code\":\"100004\",\n    \"narration\":\"Thank you\",\n    \"reference\":\"2024041922221150647\",\n    \"sender_name\":\"Tolulope Oyeniyi\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/secure_bank_transfer","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["secure_bank_transfer"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6257fec-9989-42c8-a858-efb77a1c8c9d"},{"name":"Fetch All Transfers","id":"e92e3819-87f2-48b0-9b96-01df333d909b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/fetch_all_transfers","urlObject":{"path":["fetch_all_transfers"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e92e3819-87f2-48b0-9b96-01df333d909b"},{"name":"Fetch Transfer Details/Status","id":"acd0acfa-edbe-48b2-bf7c-0eeb184d64cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/fetch_transfer_details/{reference}","urlObject":{"path":["fetch_transfer_details","{reference}"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"acd0acfa-edbe-48b2-bf7c-0eeb184d64cd"},{"name":"Wallet Balance","id":"17d576cb-1608-4c08-bdd6-c6d514b55c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/wallet_balance","urlObject":{"path":["wallet_balance"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"17d576cb-1608-4c08-bdd6-c6d514b55c64"},{"name":"BVN Account Name Match","id":"91bde337-a2d2-475a-80b8-00200a87ff7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\":\"Tolulope\",\n    \"lastname\":\"Oyeniyi\",\n    \"account_number\":\"0050883605\",\n    \"bank_code\":\"000013\",\n    \"bvn\":\"00000000000\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/account_bvn_match","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["account_bvn_match"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"91bde337-a2d2-475a-80b8-00200a87ff7e"},{"name":"BVN Verification","id":"06450ca1-11c8-4433-8ddd-8645cf9a42d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bvn\":\"22567886474\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/bvn_verification","urlObject":{"path":["bvn_verification"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"06450ca1-11c8-4433-8ddd-8645cf9a42d9"},{"name":"BVN History","id":"cdc83193-a29f-4785-a399-2c52a175baf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/v1/bvn_history","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["bvn_history"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdc83193-a29f-4785-a399-2c52a175baf5"},{"name":"Phone Number Verification","id":"9e66fb71-3a66-460c-a3fa-3a6d9a06cab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"currency\":\"NGN\", // prefered charged wallet, default to NGN when not provided\n    \"countryCode\":\"234\", // without the leading +\n    \"phoneNumber\":\"7036218209\", // without a leading 0\n    \"otp\":\"123456\" // digit between 4 to 6 allowed\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/phone-number-verify","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["phone-number-verify"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e66fb71-3a66-460c-a3fa-3a6d9a06cab1"},{"name":"Direct Debit - Create Mandate","id":"eb7c7e25-5b8a-41a7-a399-8454101dd94e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference\":\"\",\n    \"payerBank\":\"999999\",\n    \"payerAccountNumber\":\"1001581461\",\n    \"payerBvn\":\"00000000000\",\n    \"payerAddress\":\"\",\n    \"payerPhone\":\"\",\n    \"payerEmailAddress\":\"\",\n    \"amount\":1000,\n    \"startDate\":\"2023-08-01\",\n    \"endDate\":\"2023-08-11\",\n    \"payerAccountName\":\"\",\n    \"frequency\":1,\n    \"witnessName\":\"\",\n    \"witnessAddress\":\"\",\n    \"witnessOccupation\":\"\",\n    \"payerSignature\":\"data:image/png;base64,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\",\n    \"witnessSignature\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIYAAACGCAMAAAAvpwKjAAAAkFBMVEX///8Ab1TT3SUAaUwAbVHQ2wB4oZIAZ0kAY0TS3BgAYD8AXTv6++vU4t71+fjS3R+0zMTU3jDn7Jr8/fPy9cvb41/l7erE19H9/vnv88DV3zvz9tHi6IT2+Nvt8bfk6o1ajnvd5WyKrqKaua6pwbg0emImdVyAqpxsmYhLhG73+eLq7qnZ4lLX4EaFppjg53tG5VU6AAAGOUlEQVR4nO2baXuiPBSGZYkkyKKoaGlHUcSKtfX//7s3iGxZWJrAzHW93p+cIcDDSXI26GTy4sWLFy/+9zj2PPqcTj8/j6eN/3ckbKKLMptBw9A0zTCgOYPxz3xcLc5mqmuGpis18H/BMUVECdQUFtplsv1Yv40jAkKdKUJR4HxyBQgEgwtxIs3gaMCzcsZr42uBhdzeB1VhJ5ArAssI0zGWpwKEvO1wKo7c6cjmJMqGLT9Sg1wHEuEn/PnIZBT79c8NCxlmhdgxe3uUc5I4xeDtHrjgawgVRuOEYLTjZHnwls/xO+QCT7qKzaxFhKLM7Mkez0Uu5LpAYC9bBekyGZj41gGei+/norACJHle/A4qsAvF7FQs5GmE68IFu5FVKMY8G7zHiyKwHj8t1QV/5MkIW/bIg3O+Xd+/EVpkd18BFEjzY0eu60yDqmmaEEdbPSnGL2/AdTMdHgAfklTYHBW6qYU437F9nPz8hLNoYhWnfBQ67kCWG4uZC0PTk7lf+ivHd3bubZX/E3uv4LFxlwsULBkX7c3JZFkCJjY5MI0k9/yWB4DWjx87IMWL+WfWrojnjKF7FYBih67R8/Y3BCSY48iIZ/DiMMdaeE3kz24FLnhkHe8IiTtTh2EMeOQO37m5ESZvAN0ePw5ItbgndOREG8OMGsanHvz58HeUzdAfCavjTG0T2KQCh/jgefeJhdzFw3et0begCpsKrFrScoq1cN1sEvbPBbsCB0EZn6Qb189ESWStVqv61K/yvYoF3R7mEN0pDuW6YG2nXr3ARQi5gVeNYF7uOfdgIbw4Uyg/Xk308G1c4KopLqim4luEgsePpVe4VfYO70hEyjA35UHrG6gl4Lt88K96IPHnP/FZRAcZ4XWlPHYNkFoFucUS2KpFXPU3xzgtd6FIlU0uDaPiuNZ1FVjHupiX1TpdK44fhWeYpdJVM/aFiidaebEvoJLUMk//ND3PoJ4/h9HsbRqxydZBZYZpFapbCekJrDceskz1d2zIpVG6rjeGDLWyMH/4p/ZmTgSUyiPdyZXxWB334jgZi0RkkNcqV+j25jJkuCr3CfT49zuWklGss2XAkqGCUgY5KQIyIkJGGVytMWU0WIM5KVUZA06KNi0OHZhL9MY9VUQG9UhhcchjbtgyyyLnU2SnUH4jLg5ZLBluGe6paBQyrt8R0osqelmcMGYFVZIsMoUV8aJUTDFOxbErLQOUXTcqeWzJYJshI2x1hnfktFRzjCmZPM6oIq8HF+pqlbShHmNrHTefSugNkXzjRGZflS2bdtlKIQC9NZ1XTx774lPFEqwad+u5ACBcqAG1Vh86VHGj8Qu9DjgJeUEtrA1Yrrz74e6t6iUANZdCydeEUad0SaMYzcuZkApG1da+5n26LWNMW85pg2716EqzDrrEquWwv4NR0WvnJh0Oo7UuElCeV2X0N3TIfzj7zGhemqzeUD+owi0FHjluIGI1csWcRgbtEFOMhGUQO2T2LiUYg9MJVPRZSF58E5rs1mXMvG5fEnarWje06dx+tEYd395MFd4LF00kqpXY3HdbGtTiJAzDJNZNbndf2GfkMFdpbpMM/gBFl/bG/NLyrq8JkRqawGHulk7omvhmLfCbX8COYwyM3eX9EssYcjarqA4ow3PVdHA+lmg2hgQ3TtD6bpyBUD7Owbk0fa7AgsgYZRGxgwYXYwBjpPic6MVRIVAwtnCKu8+MPpAxUpzI7OjLpMU0Dqdw1ultufTNSmJPE63Nj8h14xwc+3QxoNHwbYk+uDFyfHtOdRBy4Kn9fHmwXtM+bCHfjTfg84whJRvvDG9OxOu0PtjM4iFdGaJFay/oRkZG68taqWx4oV9SadIRqheUqxjYjdche9nlyhj1Y15e2aB9jqmC6jrmDB/TKrCaS5kKoeZjX3hfg4m8OekPo9+XYY4a07hufFxj8L4flV6nNcJ145KL1ma4HSDhRmwveJ9ujhvT/hE3zvNcI8c0XrYzG9MY3FaY8TOiCm6Dkvo0bVDYXXSl8cvJAfjhlSZC33b1he/G/42YprSfKw9uaWKMGtN4bnzcOo38pKNA8IVvT7hufLh2G4M5Lxsf143H6Z84MoCjGsO+TDn8pT8AffHixYsXL2r8Bw2PXq+Asmo9AAAAAElFTkSuQmCC\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/directdebit/create_mandate","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["directdebit","create_mandate"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb7c7e25-5b8a-41a7-a399-8454101dd94e"},{"name":"Direct Debit - Debit Mandate","id":"32b3bbe4-1843-4f13-b013-b17d716c8ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reference\":\"\",\n    \"payerBank\":\"999999\",\n    \"payerAccountNumber\":\"1001581461\",\n    \"payerBvn\":\"00000000000\",\n    \"payerAddress\":\"\",\n    \"payerPhone\":\"\",\n    \"payerEmailAddress\":\"\",\n    \"amount\":1000,\n    \"startDate\":\"2023-08-01\",\n    \"endDate\":\"2023-08-11\",\n    \"payerAccountName\":\"\",\n    \"frequency\":1,\n    \"witnessName\":\"\",\n    \"witnessAddress\":\"\",\n    \"witnessOccupation\":\"\",\n    \"payerSignature\":\"data:image/png;base64,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\",\n    \"witnessSignature\":\"data:image/png;base64,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\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v1/directdebit/debit_mandate","description":"<p>Provide <strong>dob</strong> in either of the formats below</p>\n<ul>\n<li>1989-10-04</li>\n<li>04 October 1989</li>\n</ul>\n<p>Either the <strong>phone</strong> number or <strong>bvn</strong> must be provider.</p>\n<p>If <strong>bvn</strong> is not provided, <strong>phone</strong> number must be provided and vice versa. Also, both can be provided.</p>\n<p>It is up to you to handle your user verification when using phone number only. Else, we advice you to provide user <strong>bvn</strong> in your request.</p>\n","urlObject":{"path":["directdebit","debit_mandate"],"host":["http://127.0.0.1:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"32b3bbe4-1843-4f13-b013-b17d716c8ebd"}],"event":[{"listen":"prerequest","script":{"id":"6f0cf5d8-6272-4161-8da6-e02f0ec469d3","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"c9a317e4-f82b-4127-b538-58b08ad662a0","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"http://127.0.0.1:8000/api/v1"},{"key":"sk","value":"sk_live_7vbxvpqryvfcianza3auxj0t1pgkodoeyr4p2d6"},{"key":"sk","value":"sk_test_2648indlqawzd5si8vigopdvpdl49brh2ed30of","disabled":true}]}