Discussions

Ask a Question

400 Bad Request api (`POST https://api.paymongo.com/v1/sources` resulted in a `400 Bad Request`),({"errors":[{"code":"invalid_payload_format","detail":"attributes cannot be blank."}]})

on PHP
POST https://api.paymongo.com/v1/sources resulted in a 400 Bad Request
on TypeScript of Javascript
{"errors":[{"code":"invalid_payload_format","detail":"attributes cannot be blank."}]}

ANSWERED

How to set amount lower than 100?

ANSWERED

webhook signature error

Hello, I'm trying the webhook in paymongo by using the spatie/laravel-webhook-client but unfortunately i got the error of signature exception.
I did generate the secret_key. by the way I used ngrok to public my link.

ANSWERED

Testing GCash & GrabPay Failure Scenario

Hi Paymongo Team, we would like to update the Order status when E-Wallet payment with GCash / GrabPay fails. While verifying this failure case in the Test mode, when I click "Fail Test Payment" in the E-Wallet page, the browser is getting refirected to the "failure" URL as passed in the API payload as expected. However there seems to be no webhook call to indicate the Payment has failed, though we have registered "payment.fail" webhook.

ANSWERED

Payment Method Restricted

Upon creating a test PaymentIntent using "card" as the payment_method_allowed, the endpoint returned a "payment_method_restricted" code with the message "Payment method card is restricted for this organization." What is the problem and what should I do?

PaymentMethod foreign card status to be predictable before payment or attaching it to a PaymentIntent

It's useful to know if a card is foreign to predict the amount we show to our users before attaching a "card" Payment Method to a Payment Intent.

ANSWERED

Paymaya awaiting_next_action status

What should I do for this return status, What should next? There is no pop up page or redirect page to enable customer to authorize the payment. I already declare return_url. In the documentation it says,
awaiting_next_action means your customer must authenticate the e-wallet payment. but no page or pop info in order for the customer to authenticate the payment.

Gonna ask if it is a viable request for educational/thesis purpose only

May I ask if we are able to use this payment gateway Api platform to develop a website with similar transactions made like Kickstarter, although ours focuses mainly on IT projects and similar prospects (Gaming, IoT, and etc.)

Union Bank authorization unsuccessful

Hi. I've been trying to integrate UB as one of our payment channels in our app, but after logging in and clicking "Authorize" and "Pay", it returns "Access token is invalid or expired".

Redirect on Credit Card Authentication?

For a source payment there's a redirect success and failure option. This allows me to redirect the customer to subsequent urls and to other pages altogether.