Note
This feature is currently in beta and subject to change. To learn more about the Beta program for this feature, contact your Marqeta representative.
This feature is currently in beta and subject to change. To learn more about the Beta program for this feature, contact your Marqeta representative.
/checkreturn endpoint to obtain a physical check for a user after terminating their account with a residual balance.
Check return debit
Action:POSTEndpoint:
/checkreturn
Use this endpoint to create and start the process of refunding a check.
Request body
| Fields | Description |
|---|---|
| card_holder_token string Required | Token representation of the cardholder. Allowable Values: Existing cardholder token |
Sample request body
The URL below is an example of a request. Simply replaceHOSTNAME with the URL provided by Marqeta for your organization.
HTML
Response body
| Fields | Description |
|---|---|
| amount decimal Conditionally returned | Amount to be returned. This will be the user’s total GPA balance. Included in the response if the check return is successful. Allowable Values: Format: 0.00 |
| token string Conditionally returned | Unique identifier of the check return debit. Included in the response if the check return is successful. Allowable Values: Existing token |
Sample response body
JSON