Linked Instrument API
- add instruments to a user's PayPal account.
Host URL:
Access Token:
BN Code:
Request ID:
{ "bank_accounts": [ { "identifier": "eyJhbGciOiJub25lIn0.eyJiYW5rX2FjY291bnRfbnVtYmVyIjoiODg0NTkyNTAifQ.", "bank_institution_identifiers": [ { "type": "ROUTING_NUMBER", "value": "168977" } ], "reference_financial_instrument_id": "BA1234YZ", "account_type": "SAVINGS", "country": "US", "currency": "USD", "account_holder_name": { "given_name": "John", "surname": "Smith" } } ], "card_accounts": [ { "identifier": "eyJhbGciOiJub25lIn0.eyJjYXJkX3BhbiI6IjQ0MTcxMTk2NjQ1OTEzNTgifQ.", "reference_financial_instrument_id": "B2121XYZ", "expiry_date": "2020-12", "billing_address": { "address_line_1": "2211 N 1st Street", "admin_area_1": "CA", "admin_area_2": "San Jose", "country_code": "US", "postal_code": "95035" }, "account_holder_name": { "given_name": "John", "surname": "Smith" } } ] }