v2
latestOpenAPI 3.1.02026-07-262279731.3 MBrecurringApplePayPayins
Create a Recurring Apple Pay PayIn (CIT or MIT)
Request a recurring Apple Pay pay-in based on a RecurringPayinRegistrationId with PaymentType APPLEPAY, obtained from POST Create a Recurring PayIn Registration.
There are two possible paylods:
- CIT – Customer-initiated transaction when the user is on session. With Apple Pay, authentication is handled by the user's device (iPhone or Mac) so there is no need for redirection.
- MIT – Subsequent merchant-initiated transactions in the absence of the user, based on the initial successful authentication, unless and until re-authentication is required.
Read more about Apple Pay recurring payments →
post/v2.01/{ClientId}/payins/payment-methods/applepay/recurring
Path parameters
ClientIdstring required
Platform's API account identifier, associated with the API key.
Headers
Authorizationstring required
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.
Request body
Response
Success