v13.6.0
·
204 commits
to master
since this release
- #1905 Update generated code
- Add support for new resource
PaymentMethodConfiguration
- Add support for
create
,list
,retrieve
, andupdate
methods on resourcePaymentMethodConfiguration
- Add support for
payment_method_configuration
onCheckout.SessionCreateParams
,PaymentIntentCreateParams
,PaymentIntentUpdateParams
,SetupIntentCreateParams
, andSetupIntentUpdateParams
- Add support for
payment_method_configuration_details
onCheckout.Session
,PaymentIntent
, andSetupIntent
- Add support for new resource
- #1897 Update generated code
- Add support for
capture
,create
,expire
,increment
, andreverse
test helper methods on resourceIssuing.Authorization
- Add support for
create_force_capture
,create_unlinked_refund
, andrefund
test helper methods on resourceIssuing.Transaction
- Add support for new value
stripe_tax_inactive
on enumsInvoice.last_finalization_error.code
,PaymentIntent.last_payment_error.code
,SetupAttempt.setup_error.code
,SetupIntent.last_setup_error.code
, andStripeError.code
- Add support for
nonce
onEphemeralKeyCreateParams
- Add support for
cashback_amount
onIssuing.Authorization.amount_details
,Issuing.Authorization.pending_request.amount_details
,Issuing.Authorization.request_history[].amount_details
, andIssuing.Transaction.amount_details
- Add support for
serial_number
onTerminal.ReaderListParams
- Add support for
- #1895 feat: webhook signing Nestjs
- #1878 Use src/apiVersion.ts, not API_VERSION as source of truth