Note
This feature is currently in limited-availability alpha and subject to change. To learn more about the alpha program for this feature, contact your Marqeta representative.
This feature is currently in limited-availability alpha and subject to change. To learn more about the alpha program for this feature, contact your Marqeta representative.
Basic Authorization with their assigned Application Token and Access Token.
For example:
Bash
User Enrollment - POST /users
You must first enroll a user in Bill Pay through the POST /users endpoint.
Search Billers - POST /billers/search
You can then search for billers using the POST /billers/search endpoint. A list of billers will be returned with some additional information. Each biller has different requirements for linking to a user’s account. To see detailed information for a biller, the fields returned in detail_search_fields for a given biller should be provided in a follow-up search request. (See the Billers > POST /billers/search endpoint for additional information.) A biller’s biller_token and address_token can be found within search results when a user has provided the necessary information for a biller. These fields can be used to add the biller as a payee to the user’s account.
Link Payee - POST /users/{userToken}/payees
A payee is a link between user and biller. Once the biller_token and address_token have been retrieved for a biller, the user can add the biller as a payee to their Bill Pay account by providing this information and the account_number associated with the biller.