cURL
curl --request POST \ --url https://api.loopreturns.com/api/v1/label-requests/{id}/errors \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reason": "INSUFFICIENT_FUNDS", "message": "<string>" } '
{ "reason": "INSUFFICIENT_FUNDS", "message": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Submit unrecoverable errors encountered when generating labels for merchants.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier for the label request, created by Loop.
The reason code associated with the label request error.
INSUFFICIENT_FUNDS
INVALID_ADDRESS
Other
The message associated with the label request error.
OK
The date the label was created.