Discussions

Ask a Question

Payout API

Hi guys, Just wanted to ask if paymongo supported payout API? My use case scenario is sending money from my paymongo account to the user's choice of e-wallet/bank (cash or debit card). Not sure if this is possible in the current API of paymongo. Thanks.
ANSWERED

sample code

Hi! Most of your examples are js and php. Do you have a sample code written in c# or angular? or a postman version of it? Thanks

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. Issues: - It was due to the amount we input for the Payment Intent is the actual gross amount. So we have to put the correct amount. - It was due to a payment is automatically processed when a Payment Method is attached to a Payment Intent. On our end, it is somehow a bad/inappropriate workaround to show to users that the card payment fee will be "4.5% + P15" all the time instead of showing between it and "3.5% + P15" just to protect us from the unknown card status if it is a foreign card. By the way, the reason we show the percentage is to be transparent with the monetary breakdown to our users. Another improvement to this might be: - Not auto process payment right away when attaching payment method if it show the card as foreign in a PaymentIntent. - Let us have the option set the "net" amount instead of "gross" amount in the Payment Intent API.

Da wae

Help me find da wae
ANSWERED

Please tell me the payment fee percentage for credit card, ewallet payment methods

Please tell me the payment fee percentage for credit card, ewallet payment methods. Please give reply for this. [email protected]

Gcash redirection tab for payment confirmation not working in safari browser

Chargeable payment window for Gcash is not showing or working in safari specially in mobile. Chrome and other browser are working. Only safari is not working. How can resolve this issues on safari?
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.
ANSWERED

do i need to activate my account to use paymongo links(GCASH)

do i need to activate my account to use Gcash Links or any other payment method links? like in the picture in this url :------------ https://assets-global.website-files.com/60411749e60be86afb89d2f0/6241782d20bd021ce6636198_Payment-links-kv%20(1).png

Manual Capture (How to be whitelisted)

{"errors":[{"code":"organization_not_allowed","detail":"Manual capture is not available for this organization.","source":{"pointer":"capture_type","attribute":"capture_type"}}]} How to be whitelisted so that I can use the Manual Capture (https://developers.paymongo.com/docs/pre-authorization-and-capture). I tried emailing as stated here https://paymongo.help/en/articles/6168678-manually-capture-your-customer-s-card-payments but still no response. Thank you for your help.

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.