Developer Discussions
Is there any sample code for PHP?
Better if Maya dev provide a sample source code.
How to use parameter 'redirectUrl' in endpoint 'Create Dynamic QR'
Hi Maya Dev,
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
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"
}
'
What are the possible values of "status" field of Refund Payment via ID API?
So far what I'm seeing is "SUCCESS" value
Can you only void a QR transaction if its status is PAYMENT_SUCCESS?
I'm using "Wallet Payment - Create Single Payment" API to create a QR Transaction. I tried to void a PENDING_TOKEN transaction, but it says that "Payment is not available for void."
How long transaction will expired if user close browser
How long transaction will be auto expired if user close browser before enter credit card to completed transaction .
When cancel tranasction on pay with paymaya any webhook callback ?
When on pay with paymaya and user click cancel any webhook callback
Error when using generated API
Hello,