Label Requests
Create a label request error
Submit unrecoverable errors encountered when generating labels for merchants.
Required API key scope
- Labels (Write)
POST
Authorizations
API Scope: "Developer Tools"
Path Parameters
The unique identifier for the label, created by Loop.
Example:
67329889100573
Body
application/json
The reason code associated with the label request error.
Available options:
INSUFFICIENT_FUNDS
, INVALID_ADDRESS
, Other
Example:
"INSUFFICIENT_FUNDS"
The message assocated with the label request error.
Example:
"Failed to generate a label, the origin address is invalid"
Response
200
application/json
OK
The reason code associated with the label request error.
Available options:
INSUFFICIENT_FUNDS
, INVALID_ADDRESS
, Other
Example:
"INSUFFICIENT_FUNDS"
The message assocated with the label request error.
Example:
"Failed to generate a label, the origin address is invalid"
The date the label was created.
Example:
"2023-04-25T13:25:00-05:00"