IV-PAYOUT PAYMENT
Last updated
Last updated
POST
Send a payment
Headers
Content-Type
application/json
API-KEY
0d8d8e89a6cdcd (Replace by your API key)
Body
amount
float
Amount of payment
currency
string
Currency of payment (EUR)
firstname
string
Card holder first name
lastname
string
Card holder last name
card_number
numeric
Card Number
expiry
date
Card expiry (MM/YYYY)
merchant_data (optional)
string or json
After successful or canceled payment. we send it to you through the callback url. eg {txId : qktr12eqzg, status : sfrt}
Response
Our service will return a JSON object.
if you receive an errorCode
other than 0, there is an error
Otherwise, we will provide you with the payment identifier "payment_id" ;
The details of this error are specified by errorMessage
Returns the history of payment with their details
Headers
Content-Type
application/json
API-KEY
0d8d8e89a6cdcd (Replace by your API key)
Body
status
string
● Blank to display all statuses
● payment:pending: for pending payment
● payment:success: for success payment
● payment:failed: for failed payment
from
date
start date filter (2023-06-01)
to
date
end date filter (2023-06-19)
order
string
● ASC : ascending order by date
● DESC : descending order with respect to dates
page
2
Each page contains a maximum of 50 records
Response
Our service will return a JSON object.
Return the detail of payment by passing his id parameter
Headers
Content-Type
application/json
API-KEY
0d8d8e89a6cdcd (Replace by your API key)
Body
id
number
Id of the payment
Response
GET
GET