Developer Discussions
Regarding going to LIVE from development, and the necessity of webhooks
Hi,
Regarding going to LIVE from development, and the necessity of webhooks
Hi,
How to create Token ID for P3 Sale API?
How to Secure Webhooks
I'm creating an endpoint to receive the Checkout Status of each payment.
How can I validate or check each webhook to know that it really came from Paymaya ?
Got stuck with No.7 with the new migration
For your no.7 instruction, what can I do when the page would not let me paste my token and api even my shop name.
How do we retrieve all payment transactions by merchant?
Hi,
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"
}
'