Developer Discussions
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,
Keep Getting 'Invalid Endpoint' while accessing 'Retrieve Payment via RRN'
Transaction cannot be processed. Cannot refund a transaction before cut off time
How long would it take to process the refund
P3 Response Fields
Does P3 provide Acquirer AVS Result Code, Acquirer Auth Result Code, and Acquirer CVV Result Code?