Skip to content

Stripe API and SDK update #574

Description

@dpslwk

We are using
API: 2020-08-27
SDK: 7.x

update to
API: 2020-08-27
SDK 10.x

not being use by hms at the mo but

The charges property on PaymentIntent has been removed. You can use the latest_charge property instead.

api calls can request to use a version Stripe::setApiVersion('2020-08-27');
web hooks are delivered using the account default api-version at time of creation if another is not set during creation

need to update all code to latest api and SDK and then also explicitly fix API version durivng all calls and Webhook creation
once deployed it might best to recreate Webhook endpoints so there at the correct version

need to check how version effects js sdk seprate from php sdk

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions