Skip to content

Instantly share code, notes, and snippets.

@jcleblanc
Created April 20, 2013 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcleblanc/5424934 to your computer and use it in GitHub Desktop.
Save jcleblanc/5424934 to your computer and use it in GitHub Desktop.
Response object from the PayPal Node.js SDK
{ id: 'CARD-3G9597783S5131059KFZC2GQ',
valid_until: '2016-04-19T00:00:00.000Z',
state: 'ok',
type: 'visa',
number: 'xxxxxxxxxxxx0331',
expire_month: '11',
expire_year: '2018',
first_name: 'Joe',
last_name: 'Shopper',
links:
[ { href: 'https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-3G9597783S5131059KFZC2GQ',
rel: 'self',
method: 'GET' } ],
httpStatusCode: 201 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment