Discussions

Ask a Question
ANSWERED

What programming language can I use to integrate with PayMongo's API?

Payment Method availability

Hi. Is there a way to retrieve a list of payment methods available in Paymongo? Will there be scenarios where a specific payment method such as Gcash, Maya, or Grabpay is unavailable? Thanks.

ANSWERED

Testing our apk and it says payment method must be in live mode

Hello, anyone who experienced this? When we test the payment method it is already looking for live creds and true cards.

ANSWERED

Can we use one Paymongo account for multiple websites?

I would just like to ask if can we use the public and secret key of a single Paymongo account on multiple websites?

ANSWERED

Failing test payment for GCash/GrabPay with unexpected behaviors

We are trying to migrate GCash/GrabPay workflow from Sources to the new Payment Intent workflow. We have noticed that after attaching the payment method to the payment intent and redirected to the sandbox page, if you try to click on Fail Test Payment button, the payment intent status becomes awaiting_next_action instead of becoming awaiting_payment_method which is the usual behavior for other payment mthods.

ANSWERED

Payment/transaction fee

Hi, is the the payment/transaction fee still not available (saw someone ask this before here) in the API? We are availing the promo which will waive 2 months of transaction fee. Is there a way that we can automate the changing of fee when the promo expires or when the rate is changed?

Airtable

Hi guys,

Trying to create a source in live server but its always getting 500 error but when i tried in local host it is working

request('POST', 'https://api.paymongo.com/v1/sources', [ 'body' => '{"data":{"attributes":{"amount":10000,"redirect":{"success":"http://localhost:3000/success.php","failed":"http://localhost:3000/failed.php"},"type":"gcash","currency":"PHP"}}}', 'headers' => [ 'Accept' => 'application/json', 'Authorization' => 'Basic ************', 'Content-Type' => 'application/json', ], ]); $data = json_decode($response->getBody(), true); $redirect = $data['data']['attributes']['redirect']['checkout_url']; header('Refresh: 3;URL='. $redirect);
ANSWERED

PHP-SDK for Server side

Where can I find the sample code for PHP version? I'm looking for it from documentation but there's no PHP language there.

ANSWERED

attributes cannot be blank

Why i have this error, i check attribute and it is not empty