Update offer credit amount
API Reference
Update offer credit amount
Updates the credit amount on an existing v2 offer. Only allowed when the offer is in PENDING or AWAITING_CUSTOMER status.
POST
Update offer credit amount
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the offer to update
Body
application/json
Credit amount in cents (e.g., 10000 = $100.00). Must be a non-negative integer.
Required range:
x >= 0Example:
10000
Response
Offer credit amount updated successfully
Whether the credit amount was updated successfully
Example:
true
The credit amount that was persisted, in cents. Callers should verify this matches their request.
Required range:
x >= 0Example:
10000
Timestamp when the credit amount was updated
Example:
"2024-01-20T12:00:00Z"