In the destination flow, which fields determine the recipient and the transfer amount?

Prepare for the Stripe Fundamentals Exam with comprehensive flashcards and multiple choice questions that include hints and explanations. Ace your exam with ease!

Multiple Choice

In the destination flow, which fields determine the recipient and the transfer amount?

Explanation:
In the destination flow, who gets paid and how much they receive are controlled directly by the transfer_data fields. The recipient is determined by transfer_data[destination], which specifies the connected account that will receive the funds. The amount sent to that recipient is determined by transfer_data[amount], which sets exactly how much of the charge goes to the destination account (in the smallest currency unit, e.g., cents). Currency defines the charge’s currency and isn’t used to pick the recipient or set the transfer amount. (If you’re also using an application fee, that affects how much remains before the transfer, but it doesn’t redefine the recipient or the transfer amount in this context.)

In the destination flow, who gets paid and how much they receive are controlled directly by the transfer_data fields. The recipient is determined by transfer_data[destination], which specifies the connected account that will receive the funds. The amount sent to that recipient is determined by transfer_data[amount], which sets exactly how much of the charge goes to the destination account (in the smallest currency unit, e.g., cents). Currency defines the charge’s currency and isn’t used to pick the recipient or set the transfer amount. (If you’re also using an application fee, that affects how much remains before the transfer, but it doesn’t redefine the recipient or the transfer amount in this context.)

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy