Developer Discussions
Back to merchant Production Missing
Back to merchant button is missing upon filling up details of user/credit card information. On production url and builds.
Bad Gateway
Around 10APR2023 at 630PM, Bad Gateway when opening checkout link. As of 08:21PM, checkout link is returning "Failed to load resource: the server responded with a status of 500". Please update what's happening.
Web Assets 404
Gettting 404 error on https://payments-web-assets.maya.ph/payments-web/assets
error code: K007
hello ,when I use public_key to test create checkout:
curl --request POST
--url https://pg.maya.ph/checkout/v1/checkouts
--header 'accept: application/json'
--header 'authorization: Basic cGstRlpYSnFnYVpmNFBRZjJ2OWlJMDRkUk9sM2xPMmlVQ1hUeGlpS2M3aVFNRzo='
--header 'content-type: application/json'
--data '
{
"totalAmount": {
"value": 1000,
"currency": "PHP"
},
"requestReferenceNumber": "5fc10b93-bdbd-4f31-b31d-4575a3785009"
}
'
Voiding a successful payment transaction via API
Hello Maya Team,
Does Maya business webflow integration?
Does Maya business webflow integration?
MWP016 Payment Vault Error
MWP016 Payment Vault Error
API GENERATION
Hello I'm trying to find where to get the API key but I can't find it here: https://pbm.paymaya.com/, do I need to register a manager account in order to generate the API key? If yes, where can I register I cant find it. Thank you
Hiw can i received the funds if not yet received
How can i received the funds to me they send me funds via gcash
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!