Deposit operation allows you to submit a deposit (collection) request for processing

Log in to see full request history
FieldsRequiredDescription
amounttrueTransaction Amount (The amount to be paid by the customer) Minimum 100 Naira
firstNametrueCustomer's first name
lastNametrueCustomer's last name
countrytrueThe 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
statetrueState Name
citytrueValid City name
ziptrueValid Zip Code
addresstrueAddress of customer
emailtrueCustomer's email Address
countryCodetrueCountry code
operatortrueThe 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
paymentReferencetrueThe unique reference identifying the transaction at your end
phoneNotruePhone no where the payment request is sent to
paymentDescriptiontruePayment Description
currencytrueThe ISO 4217 three character currency code in upper case https://en.wikipedia.org/wiki/ISO_4217#Active_codes
ipAddresstrueIP address of user device, eg 98.41.205.246
callbackUrltrueCallback URL where we redirect after transaction process completed.
Body Params
json
Defaults to { "amount": "500", "firstName": "Daniel", "lastName": "Mak", "country": "UGA", "state": "Central", "city": "Kampala", "zip": "10102", "address": "Address", "email": "test@gmail.com", "countryCode": "+256", "paymentReference": "MST-21P99599594", "phoneNo": "256123456010", "operator": "MTN_MOMO_UGA", "paymentDescription": "Test transaction", "currency": "UGX", "ipAddress": "192.145.118.85", "callbackUrl": "https://blinqpay.io" }
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json