Create a payment initiation token
Creates a single-use token that can be used to initiate a payment. Yorlet supports Payment Initiation using Plaid, you will need to launch the Payment Initiation flow in Plaid Link with the token returned by this endpoint.
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Path Parameters
The id identifier.
Body
The brand name to display to the user during payment initiation.
30Response
The single-use token object is returned upon success. Otherwise, this call returns an error.
Time at which the object was created. Measured in seconds since the Unix epoch.
payment_initiation.token The token returned by the provider for the payment initiation.
The type of provider that issued the token.
plaid The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.