Add shipping information to previously captured transaction
ratepay_transaction_id required | string ID of transaction. Get an overview of key identifiers used in payment API. |
ratepay_capture_id required | string ID of capture the shipping information should be added to. Get an overview of key identifiers used in payment API. |
Idempotency-Key | string <= 64 characters ID generated by client to uniquely identify the request. It is highly recommended to use a UUID version 4. Do not reuse an idempotency key for different calls. See Idempotency for further details. |
Prefer | string According to RFC 7240: Provide |
Shipping information added
Bad request
Transaction or capture not found
Legally not allowed
Technical problem
{- "carrier_name": "DHL",
- "tracking_number": "tracking-123456789"
}
{- "created": "2019-08-24T14:15:22Z",
- "ratepay_shipping_information_id": "HR1iyZYradbGbvOQzZ79"
}