Discussions

Ask a Question
ANSWERED
ANSWERED

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.

ANSWERED

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

ANSWERED

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, '')

ANSWERED

Where can I hire developers to help me with integration?

ANSWERED

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 ?

ANSWERED

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?