GPA Unloads

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

Overview

In this lesson, we’ll learn how to unload a GPA order. We’ll also learn how 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 that we want to unload in addition to the amount to be returned. This amount must be less than or equal to the amount of the original GPA order.

Get hands-on with 1200+ tech skills courses.