Transaction
Making a payment
POST
https://api.vendex.app/api_merchant/transaction/payment/
To confirm and execute payment. Once this api is called, credit value of the payer will be deducted. Authorization signature is required for this API call.
Headers
Api-Client-Token
string
Client token obtained from client authentication method.
Api-Sale-Point-Token
string
Sale point token obtained from sale point authentication method.
Content-type
string
Content type need to be set as application/json.
Example of POST data(JSON)
Payment refund
POST
https://api.vendex.app/api_merchant/transaction/refund/
This endpoint allow sale point to refund previous payment. In normal condition refund payment can be done if product not delivered or dispensed fail.
Headers
Api-Client_Token
string
Client token obtained from client authentication method
Api-Sale-Point-Token
string
Sale point token obtained from sale point authentication method
Content-Type
string
Content type need to be set as application/json.
Last updated
Was this helpful?