Store Credits
Create a store credit HOLD transaction
Creates a tranaction that represents temporary store credit redemption That redemption should be reverted later AND may get followed by a REDEMPTION
post/store_credits/{customerId}/hold
Path parameters
customerIdstring uuid required
The customer id to create a hold for.
Request body
Response
A HOLD Transaction successfully created for a customer
Example response
{
"created_at": "2026-01-02T15:04:05Z"
}