Developer Discussions
Create webhook
How should we create the webhook endpoint?
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
Keep Getting 'Invalid Endpoint' while accessing 'Retrieve Payment via RRN'
Webhook failed
What happens when the webhook request fails?
Existing Maya account for Payout
What happens if a member already has a Maya Consumer account, will a new account be created for him?
How to use parameter 'redirectUrl' in endpoint 'Create Dynamic QR'
Hi Maya Dev,
Webhooks for plugins (e.g. Shopify, Woocommerce)
I am on Shopify / Woocommerce / Magento do I still need to setup webhooks?
Is there any sample code for PHP?
Better if Maya dev provide a sample source code.