Closed jshawl closed 11 months ago
This PR implements the Save Payment Method (during purchase) integration as described by the documentation.
I followed the standard-integration example as closely as possible with a few notable differences:
generateAccessToken
authenticate
This PR implements the Save Payment Method (during purchase) integration as described by the documentation.
I followed the standard-integration example as closely as possible with a few notable differences:
generateAccessToken
no longer calls the REST API directlyauthenticate
is used for obtaining an id token and an access token in the same request