Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Test mode: Return an OutboundTransfer


Test mode: Return an OutboundTransfer Test helper

POST / v1 / test_helpers / treasury / outbound_transfers /:id / return

Transitions a test mode created OutboundTransfer to the returned status. The OutboundTransfer must already be in the processing state.

Parameters

  • returned _ details object Details about a returned OutboundTransfer.

Returns

Returns the OutboundTransfer object in the returned state. Returns an error if the OutboundTransfer has already been returned or cannot be returned.

Response

Test mode: Update an OutboundTransfer Test helper

POST / v1 / test_helpers / treasury / outbound_transfers /:id

Updates a test mode created OutboundTransfer with tracking details. The OutboundTransfer must not be cancelable, and cannot be in the canceled or failed states.

Parameters

  • tracking _ details object Required Details about network-specific tracking information.

Returns

Returns the OutboundTransfer object with the updated tracking details. Returns an error if the OutboundTransfer is in an invalid state or if tracking_details has already been set.

Response

Last verified 2026-09-24

Is this helpful?