Developer Discussions
Issue: problem on testing my own public api key
Regarding going to LIVE from development, and the necessity of webhooks
Hi,
QRPH Transaction
How to generate my qrph daily transaction sales?
Can you add PayMaya Category MIDs in Create Dynamic QR API request body?
In P3 Sale API, you can add a paymaya category mid (ex. 102116695 for Transportation) in the merchant.id
field. For QR payments, is there a field where you can enter this?
What are the possible values of "status" field of Refund Payment via ID API?
So far what I'm seeing is "SUCCESS" value
Differentiate between payment facilitator merchant and non payment facilitator merchant:
hi,,
may i know the different of payment facilitator merchant and non payment facilitator merchant ?
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.
k003 error
Payamaya checkout request giving invalid credentials issue when i try with public key on Flutter App. That public key is working perfectly fine when I am using with java script SDK
Hiw can i received the funds if not yet received
How can i received the funds to me they send me funds via gcash
Create Card of Customer returning Token is invalid.
curl --request POST
--url https://pg-sandbox.paymaya.com/payments/v1/customers/69630630-620e-443f-bad0-94e5fb4215e7/cards
--header 'accept: application/json'
--header 'authorization: Basic c2stTk1kYTYwN0ZlWk5HUnQ5eENkc0lSaVo0THF1NkxUODk4SXRIYk40cVBTZTo='
--header 'content-type: application/json'
--data '
{
"redirectUrl": {
"success": "https://www.sample.com/success.html",
"failure": "https://www.sample.com/failed.html",
"cancel": "https://www.sample.com/cancel.html"
},
"paymentTokenId": "xJvxVEQjqla9aQZQmkgNqJaWXIxa0ToPpFZwoIsGhpHgCWZ0w9CGIJ0Xcj8Vo89MTCYjz2TteMclZcPkJwMlfwsvk3CNBx3ursibTXU8amzlbD5MBbK8hn7y1UsJnItO4J3sem8cPldB9HBLcV39iF30elmDklB0NCBm6P9gc",
"isDefault": true
}
'