{ "type": "visa", "number": "4917912523797702", "expire_month": "11", "expire_year": "2019", "cvv2": "012", "first_name": "Joe", "last_name": "Shopper", "merchant_id": "MyStore1", "external_card_id": "CardNumber123673045a4b1f79", "external_customer_id": "123123-myUser1@something.com" }
Got Http response code 400 when accessing https://api.sandbox.paypal.com/v1/vault/credit-cards.
{ "name": "VALIDATION_ERROR", "message": "Invalid request - see details", "debug_id": "44e9d0218aef0", "information_link": "https://developer.paypal.com/docs/api/vault/#errors", "details": [ { "field": "expire_month, expire_year", "location": "body", "issue": "Invalid expiration (cannot be in the past)" } ], "links": [] }