v1

latestOpenAPI 3.1.02026-07-26270268.6 KB

Request to Pay

post/meeza/api/v2/direct/transaction/requestToPay

Request body

receiverIdstring required

Mobile number of customer to whom the payment request notification must be sent. Number must begin with zero (0)

merchantPublicKeystring required

Unique public key assigned to the merchant. It must be in valid UUID.

paymentIntentIdstring required

Payment Intent ID generated for the QR payment request as part of the Create QR code API call. Must be a valid UUID.

sessionIdstring required

Unique ID for the payment session. Generated using the Create Session API call. Must be a valid UUID

merchantNamestring

Name of the merchant

Response

200

responseCodestring
responseDescriptionstring
receiverNamestring
receiverAddressstring

Example response

{
  "responseCode": "00000",
  "responseDescription": "Approved Or Completed Successfully"
}