post https://api.blinqpay.io/api/v1/mobilemoney/deposit
Deposit operation allows you to submit a deposit (collection) request for processing
Log in to see full request history
Fields | Required | Description |
---|---|---|
amount | true | Transaction Amount (The amount to be paid by the customer) Minimum 100 Naira |
firstName | true | Customer's first name |
lastName | true | Customer's last name |
country | true | The ISO 3166-1 alpha-3, three character country code in upper case https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3#Officially_assigned_code_elements |
state | true | State Name |
city | true | Valid City name |
zip | true | Valid Zip Code |
address | true | Address of customer |
true | Customer's email Address | |
countryCode | true | Country code |
operator | true | The operator code refers to the specific mobile network operator (MNO) this request should go to. You can find more information and all the supported operators |
paymentReference | true | The unique reference identifying the transaction at your end |
phoneNo | true | Phone no where the payment request is sent to |
paymentDescription | true | Payment Description |
currency | true | The ISO 4217 three character currency code in upper case https://en.wikipedia.org/wiki/ISO_4217#Active_codes |
ipAddress | true | IP address of user device, eg 98.41.205.246 |
callbackUrl | true | Callback URL where we redirect after transaction process completed. |
Responses