Developer Discussions
Checkout API couldn't transact using Credit/Debit Card
Hi,
Checkout Using E-wallets
Using paymaya-node-sdk to request checkout, the customer is only given two payment options, using mastercard and visa. How do we enable E-wallets as payment options?
Invalid authentication credentials. Kindly verify if the key you are using is correct
Im trying maya checkout https://developers.maya.ph/reference/createv1checkout but error using this credentials
Credit Card and GCash
Hi, is there a way that we can only pay using GCash only with showing the credit card form ? and a way to pay only using Credit Card without showing e-wallets ?
Issue: problem on testing my own public api key
I am having trouble authenticating with maya checkout. Help me.
I got this public key "pk-redacted" from the provided sandbox API keys.
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.
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"
}
'
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!
Generated API keys not working
as the title says it's not working when creating a checkout link but sandbox api keys is working, why is that?