Docs

Payments Articles & FAQ

IBAN, accepted, payment, invalid, ip, address

Payment methods - IBAN not being accepted

38989385

2022-11-14T09:08:28Z

2022-11-14T09:08:28Z

262

0

1

256879

Payment methods - IBAN not being accepted

Payment methods - IBAN not being accepted

This article covers
One of our customers in France is entering a valid IBAN in the payment method field but it is not being accepted.

Solution

This could be seen due to the “Invalid IP address” error when they are trying to add a payment method. This usually happens when the card's IP address and the Billing country of the customer do not match.

If true, in this case, you would have to rely on API to manually pass the IP address. You can use Chargebee's Update a card payment source API and pass the correct IP address in the header of the request, to update the correct IP address.

For Example:

curl https://abcdef123-test.chargebee.com/api/v2/payment_sources/pm_1mkVvpLQxIB1zWJjL/update_card \

-u ************************************: \

-H chargebee-request-origin-ip:46.101.38.123 \

-d card[first_name]="John

Related Articles 

How to setup Apple Pay Sandbox?
Can my customers update their payment method information through the Chargebee customer portal?
How do I use Apple Pay as a payment method via API?
How to remove excess payments for a customer?
How to add payment methods in a subscription?
What can I do if the apple pay domain verification fails?
Whom can I contact for Gateway related queries?
How to manually link the refund/dispute from Stripe Webhooks to Chargebee invoices?
How to let my customer update their payment method during transaction failures?
Can we have a different payment method for each subscription?
How can I choose to display Direct Debit as a payment option on checkout for my customers?
How to configure BlueSnap with Chargebee?
How to get a list of transactions that are Chargebacks?
How to filter all the credit card transaction for a particular period?
Bulk Electronic Clearing System (BECS) and Pre-Authorized Debit (PAD)
Why is the Apple Pay not appearing on the checkout?
Move payment method from one customer to another
Difference of $0.01 on the payments made towards invoices.
What are the mandatory fields have to configured for Bank of America payment receipts?
How to test Global Payment in Chargebee Test Environment?
"Upgrade to higher plan to use this API. Please contact support@chargebee.com" error while updating payment method of a customer
How can I mark a payment method present at the customer level as primary/backup payment method?
What is Fraud Management in Bank of America?
How to integrate Bluesnap and Chargebee?
How to restrict an individual customer from creating a subscription and delete the payment source?
Customer Profile ID or Customer Payment Profile ID not found - Authorize.net
Is it possible to get an export of customers bank account details from Chargebee?
{plan.name} merge variable does not show up for a few Mollie transactions
Was this article helpful?
Loading…