Payment information
https://api.maibmerchants.md/v1/pay-info/{payId}
Ensure that the Content-Type header and body are excluded from requests to this endpoint.
Request parameter (URL path)
payId
YES
String(UUID)
Transaction identifier
Request example (CURL)
Response parameters
result
Object
Object containing transaction data.
payId
String
Transaction identifier assigned by maib ecomm.
orderId
String
Order ID generated by Merchant website/app.
billerId
String
Card identifier registered in maib ecomm system (for recurring/one-click payments).
billerExpiry
String
The date (month/year) until which the card data will be saved in maib ecomm system (for recurring/one-click payments).
Format: MMYY (e.g: 1229 - december 2029).
statusCode
String
Transaction status code
statusMessage
String
Transaction status information message
rrn
String
RRN - Transaction ID generated by maib.
approval
String
Approval Code - The transaction approval code generated by the card issuing bank.
cardNumber
String
Masked number card.
amount
Number(decimal)
Transaction amount. Format: X.XX
confirmAmount
Number(decimal)
Amount debited from Customer's account in format X.XX (for two-step payments).
refundAmount
Number(decimal)
Amount refunded to Buyer in formatt X.XX (for refunded payments).
currency
String
Transaction currency (MDL/EUR/USD).
description
String
Payment description.
clientIp
String
Customer IP
clientName
String
Customer Name Surname
email
String
Customer email
phone
String
Customer phone
delivery
String
Shipping cost
items
Array
The products or services ordered from the website/app
- id
String
Product ID
- name
String
Product name
- price
Number(decimal)
Product price
- quantity
Integer
Product quantity
ok
Boolean
Request/transaction processing status.
true - no errors
false - an error occurred (error details will be in errors)
errorCode
String
Error code
errorMessage
String
Error description
errorArgs
Object
Object contains parameters with error details
Example
Last updated