Get Point of Sale Payment

Get updated payment price and/or address on point of sale payment

Get the updated price/address of any payment you have created.

POST api/payment-pos/getupdate

Request Body

Name
Type
Description

reference*

String

Your payment reference

payment_code*

String

Payment code supplied

key*

String

Merchant's

Terminal API ID

hash*

String

MD5 Hash

key+reference+api_secret or key+payment_code+api_secret

{
  "status": "nok",
  "message": "Get Payment Detail Failed!",
  "error": "Payment Reference or Payment Code is required",
  "validated": false
}

Last updated