Skip to main content
GET
Retrieve a setup token

Authorizations

Authorization
string
header
required

Oauth 2.0 authentication

Path Parameters

id
string
required

ID of the setup token.

Required string length: 7 - 36
Pattern: ^[0-9a-zA-Z_-]+$

Response

Found requested setup-token, returned a payment method associated with the token.

Minimal representation of a cached setup token.

id
string

The PayPal-generated ID for the vault token.

Required string length: 1 - 36
Pattern: ^[0-9a-zA-Z_-]+$
customer
Customer Request · object

This object defines a customer in your system. Use it to manage customer profiles, save payment methods and contact details.

status
enum<string>
default:CREATED

The status of the payment token.

Available options:
CREATED,
PAYER_ACTION_REQUIRED,
APPROVED,
VAULTED,
TOKENIZED
Required string length: 1 - 255
Pattern: ^[0-9A-Z_]+$
payment_source
object

The setup payment method details.

An array of related HATEOAS links.

Required array length: 1 - 32 elements