Returns a list of OutboundPayments that match the provided filters.
Learn more about calling API v2 endpoints.Parameters
- createdtimestamp
Filter for objects created at the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- created_
gttimestamp Filter for objects created after the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- created_
gtetimestamp Filter for objects created on or after the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- created_
lttimestamp Filter for objects created before the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- created_
ltetimestamp Filter for objects created on or before the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- limitinteger
The maximum number of results to return.
- pagestring
The page token to use to retrieve the page being requested.
- recipientstring
Only return OutboundPayments sent to this recipient.
- statusarray of enums
Closed Enum. Only return OutboundPayments with this status.
Possible enum valuescanceledA user canceled the OutboundPayment before posting. Stripe returns the funds to the user by voiding the pending Transaction.
failedThe OutboundPayment failed to confirm. Stripe returns the funds to the user by voiding the pending Transaction.
postedThe OutboundPayment posted and funds have left the account. The underlying Transaction posts.
processingThe OutboundPayment starting state. Funds are “held” by a pending Transaction (but are still part of the current balance). The OutboundPayment might be cancelable by the user, depending on the value of the cancelable field.
returnedThe OutboundPayment failed to successfully arrive at the destination. Funds return to the user with a second posted Transaction attached to the same flow.
Returns
Response attributes
- dataarray of objects
The OutboundPayments retrieved.
- data.
idstring Unique identifier for the OutboundPayment.
- data.
objectstring, value is "v2.money_management.outbound_payment" String representing the object’s type. Objects of the same type share the same value of the object field.
- data.
amountobject The “presentment amount” for the OutboundPayment.
- data.
amount. currencystring A lowercase alpha3 currency code like “usd”.
- data.
amount. valueinteger In minor units like 123 for 1.23 USD.
- data.
cancelableboolean Returns true if the OutboundPayment can be canceled, and false otherwise.
- data.
createdtimestamp Time at which the OutboundPayment was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- data.
delivery_ optionsnullable object Delivery options to be used to send the OutboundPayment.
- data.
delivery_options. bank_ accountnullable enum Method for bank account.
Possible enum valuesautomaticMethod automatically selected by Stripe.
localThe group of local bank-transfer networks in the bank account’s country.
wireThe group of wire transfer networks in the bank account’s country.
- data.
descriptionnullable string An arbitrary string attached to the OutboundPayment. Often useful for displaying to users.
- data.
expected_ arrival_ datenullable timestamp The date when funds are expected to arrive in the payout method. This field is not set if the payout method is in a
failed,canceled, orreturnedstate. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. - data.
fromobject The FinancialAccount that funds were pulled from.
- data.
from. debitedobject The monetary amount debited from the sender, only set on responses.
- data.
from. debited. currencystring A lowercase alpha3 currency code like “usd”.
- data.
from. debited. valueinteger In minor units like 123 for 1.23 USD.
- data.
from. financial_ accountstring The FinancialAccount that funds were pulled from.
- data.
livemodeboolean Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - data.
metadatanullable map Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
- data.
outbound_ payment_ quotenullable stringPreview feature The quote for this OutboundPayment. Only required for countries with regulatory mandates to display fee estimates before OutboundPayment creation.
- data.
receipt_ urlnullable string A link to the Stripe-hosted receipt for this OutboundPayment. The receipt link remains active for 60 days from the OutboundPayment creation date. After this period, the link will expire and the receipt url value will be null.
- data.
recipient_ notificationobject Details about the OutboundPayment notification settings for recipient.
- data.
recipient_notification. settingenum Configuration option to enable or disable notifications to recipients. Do not send notifications when setting is NONE. Default to account setting when setting is CONFIGURED or not set.
Possible enum valuesconfiguredDefault to account setting.
noneDo not send email.
- data.
statement_ descriptorstring The description that appears on the receiving end for an OutboundPayment (for example, bank statement for external bank transfer). It will default to
STRIPEif not set on the account settings. - data.
statusenum Current status of the OutboundPayment:
processing,failed,posted,returned,canceled. An OutboundPayment isprocessingif it has been created and is processing. The status changes topostedonce the OutboundPayment has been “confirmed” and funds have left the account, or tofailedorcanceled. If an OutboundPayment fails to arrive at its payout method, its status will change toreturned.Possible enum valuescanceledA user canceled the OutboundPayment before posting. Stripe returns the funds to the user by voiding the pending Transaction.
failedThe OutboundPayment failed to confirm. Stripe returns the funds to the user by voiding the pending Transaction.
postedThe OutboundPayment posted and funds have left the account. The underlying Transaction posts.
processingThe OutboundPayment starting state. Funds are “held” by a pending Transaction (but are still part of the current balance). The OutboundPayment might be cancelable by the user, depending on the value of the cancelable field.
returnedThe OutboundPayment failed to successfully arrive at the destination. Funds return to the user with a second posted Transaction attached to the same flow.
- data.
status_ detailsnullable object Status details for an OutboundPayment in a
failedorreturnedstate.- data.
status_details. failednullable object The
failedstatus reason.- data.
status_details. failed. reasonenum The
failedstatus reason.Possible enum valuespayout_method_ declined The outbound flow to this payout method was declined.
payout_method_ does_ not_ exist Payout method used for this outbound flow does not exist.
payout_method_ expired Payout method used for this outbound flow expired.
payout_method_ unsupported Payout method used for this outbound flow is unsupported.
payout_method_ usage_ frequency_ limit_ exceeded The usage frequency limit for this payout method was exceeded.
unknown_failure Unknown failure.
- data.
status_details. returnednullable object The
returnedstatus reason.- data.
status_details. returned. reasonenum The
returnedstatus reason.Possible enum valuespayout_method_ canceled_ by_ customer The outbound flow to this payout method was canceled by customer.
payout_method_ closed Payout method account used for this outbound flow is closed.
payout_method_ currency_ unsupported Currency is not supported by the payout method account.
payout_method_ does_ not_ exist Payout method account used for this outbound flow does not exist.
payout_method_ holder_ address_ incorrect Address on the payout method account is incorrect.
payout_method_ holder_ details_ incorrect The payout method account holder’s details are incorrect.
payout_method_ holder_ name_ incorrect Name on the payout method account is incorrect.
payout_method_ invalid_ account_ number The outbound flow to this payout method has an invalid account number.
payout_method_ restricted Payout method account used for this outbound flow is restricted.
recalledThe outbound flow to this payout method was recalled.
Show 1 more
- data.
status_ transitionsnullable object Hash containing timestamps of when the object transitioned to a particular status.
- data.
status_transitions. canceled_ atnullable timestamp Timestamp describing when an OutboundPayment changed status to
canceled. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. - data.
status_transitions. failed_ atnullable timestamp Timestamp describing when an OutboundPayment changed status to
failed. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. - data.
status_transitions. posted_ atnullable timestamp Timestamp describing when an OutboundPayment changed status to
posted. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. - data.
status_transitions. returned_ atnullable timestamp Timestamp describing when an OutboundPayment changed status to
returned. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- data.
toobject To which payout method the OutboundPayment was sent.
- data.
to. creditedobject The monetary amount being credited to the destination.
- data.
to. credited. currencystring A lowercase alpha3 currency code like “usd”.
- data.
to. credited. valueinteger In minor units like 123 for 1.23 USD.
- data.
to. payout_ methodstring The payout method which the OutboundPayment uses to send payout.
- data.
to. recipientstring To which account the OutboundPayment is sent.
- data.
trace_ idobjectPreview feature A unique identifier that can be used to track this OutboundPayment with recipient bank. Banks might call this a “reference number” or something similar.
- data.
trace_id. statusenum Possible values are
pending,supported, andunsupported. Initially set topending, it changes tosupportedwhen the recipient bank provides a trace ID, orunsupportedif the recipient bank doesn’t support it. Note that this status may not align with the OutboundPayment or OutboundTransfer status and can remainpendingeven after the payment or transfer is posted.Possible enum valuespendingPending to receive TraceId information from recipient bank.
supportedTraceId is supported by the recipient bank.
unsupportedTraceId is not supported by the recipient bank.
- data.
trace_id. valuenullable string The trace ID value if
trace_isid. status supported, otherwise empty.
- next_
page_ urlnullable string The URL for the next page of results.
- previous_
page_ urlnullable string The URL for the previous page of results.
Error returned when the page token provided in the OutboundPayments list request is invalid.
{ "data": [ { "id": "obp_test_65OAfUM3B6hTbQdW72y16NybHIZ4SQ3LORe4rpuNGDIWJM", "object": "v2.money_management.outbound_payment", "from": { "financial_account": "fa_test_65NybHaQx7KJxDc22rZ16NybHIZ4SQ3LORe4rpuNGDIXEO", "debited": { "value": 1000, "currency": "usd" } }, "to": { "recipient": "acct_test_61Nyc6oHjbwlpjhvd66Nyc6oZ4SQv89ZZAqvHiCECJ3g", "payout_method": "usba_test_61Nyd9YFBVUzLyxXZ16Nyc6oZ4SQv89ZZAqvHiCEC9VQ", "credited": { "value": 1000, "currency": "usd" } }, "delivery_options": { "bank_account": "automatic" }, "amount": { "value": 1000, "currency": "usd" }, "statement_descriptor": "Payment for streaming earnings", "cancelable": false, "description": "Streamer earnings", "status": "canceled", "status_transitions": { "canceled_at": "2023-04-26T23:14:58.321Z" }, "receipt_url": "https://payments.stripe.com/transaction_receipt/CCMaIwohd2tzcF90ZXN0XzZOeWJISVo0U1EzTE9SZTRycHVOR0RJKKHhpqIGMgZRo1m_xhE6oQGUeczbdUAAGdSgXTI6R9NnQ_eY4wM5AiYAzeF5toQDEwk6sb74cUc8RCZq5DyHcAlT1SVg7l1aD0tUo8EmPzAAkMo_E0csmP-ANJqI53kErMF1ZY4sY9Z-eV7hAGhk3ATl0HgwfNMWjueJJ4I93-wybLjOfQtozFwQgXbSjvN_nYTF4XMPa_IEwFrzAnLnedX5YVZcQIE8o84-GeLtYCsh6Q", "created": "2023-04-26T23:13:51.767Z", "expected_arrival_date": "2023-04-28T00:00:00Z", "recipient_notification": { "setting": "configured" }, "livemode": false }, { "id": "obp_test_65OAfT9tVl3u223h0he16NybHIZ4SQ3LORe4rpuNGDIKCO", "object": "v2.money_management.outbound_payment", "from": { "financial_account": "fa_test_65NybHaQx7KJxDc22rZ16NybHIZ4SQ3LORe4rpuNGDIXEO", "debited": { "value": 70, "currency": "usd" } }, "to": { "recipient": "acct_test_61Nyc6oHjbwlpjhvd66Nyc6oZ4SQv89ZZAqvHiCECJ3g", "payout_method": "usba_test_61Nyd9YFBVUzLyxXZ16Nyc6oZ4SQv89ZZAqvHiCEC9VQ", "credited": { "value": 70, "currency": "usd" } }, "delivery_options": { "bank_account": "automatic" }, "amount": { "value": 70, "currency": "usd" }, "statement_descriptor": "Payment for streaming earnings", "cancelable": true, "description": "Streamer earnings", "status": "processing", "status_transitions": {}, "receipt_url": "https://payments.stripe.com/transaction_receipt/CCMaIwohd2tzcF90ZXN0XzZOeWJISVo0U1EzTE9SZTRycHVOR0RJKKHhpqIGMgaHLLakVjE6oQGUBP4uoz2TYLGepLSM0zU62Irj-5PfTqRlvJwjXRX5AM0K0WPzvIl8BNGa1XqDxL1bJ3-L4kioq0lFL3iPVNmPQ4PxQZzl82wJD8WFZUSkFVMeug5VPGcMYmXtiUYYc9Ir3v2IIjUf213H-Jg3-v0432XfxdHnlrVoN_1okeCtH80xJC24j64hX2_5RrB7bCmCiUPF8MsyChh218bP3YqxEQ", "created": "2023-04-26T23:12:35.952Z", "expected_arrival_date": "2023-04-28T00:00:00Z", "recipient_notification": { "setting": "configured" }, "livemode": false } ]}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc