How to avoid eCheck Funding in Checkout button?

alex-75
Contributor
Contributor

This is the Cehckout "funding" documentation.

https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/customize-but...

 

I can osee the payment method when the PAyment is executed:

PayPal.Api.Payment class 
payment
.transactions?.FirstOrDefault()?.related_resources?.FirstOrDefault()?.sale?payment_mode;

 

This is one Sale payment with ECHECK :

Info: Email: xxxx__yahoo_com, CountryCode: US, Phone:  (), FirstName: xxxx, LastName: xxxx, PaymentMethod: ECHECK, PaymentCurrency: EUR ,

 This is another one with INSTANT_TRANSFER:

Info: Email: yyyy__gmail_com, CountryCode: IT, Phone:  (), FirstName: yyyy, LastName: yyyy, PaymentMethod: INSTANT_TRANSFER, PaymentCurrency: EUR EUR

 

INSTANT_TRANSFER and ECHECK are 2 completely different funding methods, are they traited the same in the Checkout "funding" settings?

How can I **reject** (filter out) payments with ECHECK before the sale is done?

 

This is the checkout settings I'm using:

// disable credit card
funding: {
    disallowed: [paypal.FUNDING.CARD, paypal.FUNDING.CREDIT]               // TODO:  add paypal.ECHECK !!!
}, 

 

Thanks,

 

Alex

 

Alex

 

 

Login to Me Too
2 REPLIES 2

sharpiemarker
Esteemed Advisor
Esteemed Advisor

@alex-75 

 

Just a tip: Don't forget to block eCheques in your Payment Preferences too:

 

Account Settings (gear icon) > Payment Preferences > Block Payments > Update > Block the following payments > Pay with eCheck transfer for all website payments except eBay.


Kudos & Solved are greatly appreciated. 🙂
Login to Me Too

S_Sikandar
Contributor
Contributor
I don't see that option anymore. Can you please double check. Thanks
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.