Description
The SDK is missing support for endpoints:
| Method |
Endpoint |
Description |
POST |
/token |
OAuth 2.0 token exchange (obtain/refresh access tokens) |
GET |
/v0.1/me |
Retrieve merchant profile (merchant code, account status) |
PUT |
/v0.1/checkouts/{checkoutId}/apple-pay-session |
Create an Apple Pay session for a checkout |
Use cases
/token: Required for the full OAuth 2.0 authorization code flow to obtain access tokens on behalf of merchants.
/v0.1/me: Needed to validate API credentials and retrieve the merchant_code required by other API calls (e.g. creating checkouts).
/v0.1/checkouts/{id}/apple-pay-session: Required to support Apple Pay payments through SumUp checkouts.
Description
The SDK is missing support for endpoints:
POST/tokenGET/v0.1/mePUT/v0.1/checkouts/{checkoutId}/apple-pay-sessionUse cases
/token: Required for the full OAuth 2.0 authorization code flow to obtain access tokens on behalf of merchants./v0.1/me: Needed to validate API credentials and retrieve themerchant_coderequired by other API calls (e.g. creating checkouts)./v0.1/checkouts/{id}/apple-pay-session: Required to support Apple Pay payments through SumUp checkouts.