curl --request POST \
--url 'https://api.stateset.com/api/v1/ar/payment-applications/{id}/unapply' \
--header "Authorization: Bearer $STATESET_API_KEY"
Ar unapply payment
No content — the payment application was reversed
POST
/
api
/
v1
/
ar
/
payment-applications
/
{id}
/
unapply
curl --request POST \
--url 'https://api.stateset.com/api/v1/ar/payment-applications/{id}/unapply' \
--header "Authorization: Bearer $STATESET_API_KEY"
Path parameters
string
required
Payment application ID
Response
No response body. No content — the payment application was reversed.Status codes
| Code | Meaning |
|---|---|
204 | No content — the payment application was reversed |
404 | — |
curl --request POST \
--url 'https://api.stateset.com/api/v1/ar/payment-applications/{id}/unapply' \
--header "Authorization: Bearer $STATESET_API_KEY"
Last modified on August 31, 2026