Developer Discussions
Create webhook
How should we create the webhook endpoint?
Securing the webhook
PayMaya Webhooks can be spoofed or be hit by man in the middle attacks. What can we do to prevent it?
How do we retrieve all payment transactions by merchant?
Hi,
paymaya.com set password
pay Maya/set-password
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"
}
'
Modules for Perfex CRM
Another than woo commerce Plug in is there module for Perfex CRM
Error when using generated API
Hello,
Keep Getting 'Invalid Endpoint' while accessing 'Retrieve Payment via RRN'
I'm trying to integrate PayMaya checkout on our app built on React Native in iOS.
We can't seem to figure out which one is the right SDK to use. We tried the one in github repo paymaya-js-sdk
and paymaya-node-sdk
and not sure if we want to try out the iOS SDK since we're running React Native. I hope you can give us some info on how to best approach this. Thanks!