GPA Unloads

Learn to create and retrieve a GPA unload with Marqeta's Core API.

In this lesson, we’ll learn to unload a GPA order. We’ll also learn to retrieve a specific GPA unload with its unique token.

Create a GPA unload

We can unload a GPA order by making a POST request to the {BASE_URL}/gpaorders/unloads endpoint. This allows us to return the funds from the GPA to the funding source. We must specify the token of the original GPA order we want to unload and the amount to be returned. This amount must be less than or equal to the amount of the original GPA order.

Request parameters

The above endpoint uses the following parameters:

Get hands-on with 1200+ tech skills courses.