Developer Discussions

Ask a Question
ANSWERED
ANSWERED
ANSWERED

What are the refund and cancel expiry times for PayMaya QR Transactions?

Based on https://developers.paymaya.com/docs/voids-and-refund, you can refund a QR transaction on or before 180 days. For cancelling a QR transaction, I'm not sure the exact timespan you can cancel. Can you verify the timespans for refunding and cancelling a QR transaction? Thanks

ANSWERED

Invalid Key Scope error

curl --request POST
--url
https://pg-sandbox.paymaya.com/payby/v2/paymaya/payments
--header 'Accept: application/json'
--header 'Authorization: Basic cGstbE5BVWsxams3VlBuZjdrb09UMXVvR0pvWkpqbUF4cmJqcGo2dXJCOEVJQTo='
--header 'Content-Type: application/json'
--data '
{
"totalAmount": {
"value": 111,
"currency": "PHP"
},
"redirectUrl": {
"success": "1.com",
"failure": "22.com",
"cancel": "3.com"
},
"requestReferenceNumber": "12412451351"
}
'

ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED
ANSWERED