Skip to content

Commit

Permalink
Merge pull request #911 from stripe/remi/codegen-e15a0f4
Browse files Browse the repository at this point in the history
Add support for `payment_intent_data[transfer_group]` on Checkout `Session`
  • Loading branch information
remi-stripe committed Jun 3, 2020
2 parents 6302f60 + 9c9f963 commit f98a863
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/2020-03-02/Checkout/Sessions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,11 @@ declare module 'stripe' {
* For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).
*/
transfer_data?: PaymentIntentData.TransferData;

/**
* A string that identifies the resulting payment as part of a group. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts) for details.
*/
transfer_group?: string;
}

namespace PaymentIntentData {
Expand Down

0 comments on commit f98a863

Please sign in to comment.