Discussions

Ask a Question

Server and Client encryption

Paymongo is only server side payment? I need to encrypt the information of the card from client side to send to the server side and from the server create the payment with pay mongo?

I am having problems with the return url after 3DS, it is encoding the URL parameters

For example when I try to put this to the return URL after 3ds confirmation "https://yoursite.com/index.php?param1=3¶m2=1" The return URL transforms it to
"https://yoursite.com/index.php?param1=3&param2=1" . This is breaking my site controllers as everything is handled in index. Is there a way around this?

ANSWERED

CreateACheckout is not a valid operation.

This is my strapi backend:

ANSWERED

GCash and GrabPay Account verification

How does PayMongo verify the GCash and GrabPay account of the customers of our product ?

Getting api_key_required error

Luigel\Paymongo\Exceptions\UnauthorizedException

ANSWERED

Integration with Angular

Is this possible to integrate with Angular?

ANSWERED

Automatic accept payment using paymaya

Hello! Is this posible to accept an automatic using paymaya on my mm panel? and can you transfer my fund using paymaya to perfect money??

ANSWERED

Paymongo 500 internal server error in Live Server

We are currently in the progress setting up the payment portion of our website, and it seemed straightforward enough to setup in the localhost to which it is working fine.

ANSWERED

Why doesn't a "failed or expired authorization" for a Source trigger a Webhook event?

Hi,

Accessing API

I got {"errors":[{"code":"api_key_invalid","detail":"API key has invalid encoding. Go to https://developers.paymongo.com/docs/authentication to know more about our API authentication."}]}