GPA Orders
Explore how to create GPA orders to transfer funds into users' general purpose accounts and how to retrieve specific GPA orders by token. Understand the required parameters and responses when interacting with the {BASE_URL}/gpaorders API endpoints, enabling you to manage account funding efficiently in the Marqeta platform.
We'll cover the following...
Funds are transferred from a funding source into a user’s GPA through GPA orders, funded by our payment card program or by the user. We can also use GPA orders to transfer funds from a user’s funding source into our program’s funding source.
In this lesson, we’ll learn to create a GPA order. We’ll also learn to retrieve a specific GPA order with its unique token.
Create a GPA order
We can create a GPA order by making a POST request to the {BASE_URL}/gpaorders endpoint. This allows us to fund a user’s GPA. We must specify the user_token or the business_token in the request’s body to indicate ...