4 posts / 0 new
Last post
vimalmurugan1761
What is the card type for American express?

Hi,
In ios payeezy client I had sent the following details to server for testing credit card
NSDictionary* credit_card = @{
@"type":@"Visa",
@"cardholder_name":@"John Appleseed",
@"card_number":proxyCard.pan,
@"exp_date":dateString,
@"cvv":proxyCard.cvn
};

IF card is american express means what i have to pass for "type", I had tried with "American_Express" OR "Amex" But no luck server return invlaid card type how can i resolve it?

Regards,
Vimal M


nileshdafeniles...
Re: What is the card type for American express?

Hi vimalmurugan1761,

Please use "American Express" for American express cards,

Thanks and Regards,

Nilesh Dafe


donvanboom9369
Re: What is the card type for American express?

Have there been any changes to the API gateway card type field for American Express?

Last year our Transarmor transactions were being accepted with "american_express" as the card type. Then it changed to "amex". Today we are getting failures again with "amex", and now "american_express" is working again.

Please clarify.


rohitrajagopal3538
Re: What is the card type for American express?

Donvan - there have been no changes to the card type field. It should have always been "American Express".