Discussions
502 Bad Gateway in Create Payment Method
Even using this, https://developers.paymongo.com/reference#create-a-paymentmethod, 502 bad gateway still occurs.
Is there support for making payments using stored credit cards ?
We would like to avoid user entering the credit card details every time during a checkout. Since on creation of a Payment Method with credit card details returns an ID, I was just wondering if you could support using the same ID across multiple Payment Intents. This would simplify our checkout experience, by storing the Payment Method ID (equivalent to storing the credit card, though details are not captured) and pass the same for future Payment Intents. Thanks.
Error in Making Payment Method Resource on Javascript Client Side
Hello. I am trying to create a Payment Method Resource on Javascript Client Side.But I got this error.
Transaction Meta data
How to add meta data for transactions?
Possible integration
Is it possible to use paymongo for applications backed by Firebase?
create wallet account
how to create wallet id
Access Error Details passed
How do I access the error detail, like how i can access checkout url with JSON.stringify(response.data.data.attributes.redirect.checkout_url).replace(/['"]+/g, '')
Where can I hire developers to help me with integration?
Payment Method creation before Payment Intent mandatory ?
As per the steps provided in the documentation, Payment Intent needs to be created first and than the Payment Method should be created. Is this sequence mandatory ?
Payment fees
Hello, paymongo Devs! Is there anyway I can get the fees (foreign fee and Fee)of payment before attaching the payment method and client key to payment intent?