Pass in payer-specific data to get back a payer ID that can be used in subsequent calls.

Header Parameters

ParameterTypeDescription
accessId*StringUnique identifier that ensures that the integrator has the authorization to make requests on behalf of the customer. (Specifically, a customer's merchant account)

Body Parameters

ParameterTypeDescription
token*Object/HashObject containing authentication parameters - most crucially the requestId which is required with every call. For more information, see the Token Object.
payer*Object/HashObject containing payer fields. For more info see The Payer Object.
Language