v1
latestOpenAPI 3.1.02026-07-2277219695.0 KBRefunds
Create a refund
Creates a new refund object.
post/refunds
Headers
SHIPPO-API-VERSIONstring
Example:2018-02-08
Optional string used to pick a non-default API version to use. See our API version guide.
Request body
Example request
{
"transaction": "915d94940ea54c3a80cbfa328722f5a1"
}Response
Refund
Example response
{
"object_id": "adcfdddf8ec64b84ad22772bce3ea37a",
"object_owner": "shippotle@shippo.com",
"status": "SUCCESS",
"transaction": "915d94940ea54c3a80cbfa328722f5a1"
}