- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I create a recurring subscription from Apple Pay?
Can I create a recurring subscription from Apple Pay? The API docs say the dataDescriptor value must be COMMON.ACCEPT.INAPP.PAYMENT. But Apple Pay uses a different dataDescriptor value. Does that mean that I can't create a subscription from Apple Pay? If not, how can I do it? Please show code examples in php.
Thanks,
โ04-12-2017
05:54 PM
- last edited on
โ04-12-2017
06:15 PM
by
RichardH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ04-13-2017 05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are we likely to see this any time soon?
Is it a feature provided by Braintree / PayPal for ApplePay payments on their platform.
Apple themselves 'allows' for a subscription / billing profile.
โ11-25-2017 10:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can't comment on any specific dates but I can tell you this is currently in development and should be available in early 2018 (we have the standard industry freeze period between now and the end of the year).
Brian
โ11-26-2017 07:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have a timetable on when this feature will be available yet?
โ05-21-2018 05:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @hatboyzero1
We are looking tentatively at June release for supporting apple pay for Subscriptions .
Will keep the thread posted .
Thanks
Anurag
Send feedback at developer_feedback@authorize.net
โ05-21-2018 08:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please do - I have hit an impasse on a project I'm currently working on for a client. If we can't use Apple Pay for recurring payments, I fear they may have to abandon Authorize.NET entirely.
โ05-21-2018 09:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are also looking forward recurring payments through Apple Pay.
Thanks.
โ07-30-2018 07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All ,
We have released this feature to support adding customer profiles with Apple Pay in prod .
Now you can store the apple pay blob for customer profiles or create subscription using it .
https://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile
opaqueData | Required. Contains dataDescriptor and dataValue . |
|
dataDescriptor | Required. Specifies how the request should be processed. The value of dataDescriptor is based on the source of the value of dataValue . |
String, 128 characters.
Use COMMON.ACCEPT.INAPP.PAYMENT for Accept transactions.For Apple Pay, use For Android Pay, use |
Send feedback at developer_feedback@authorize.net
โ07-30-2018 02:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"We have released this feature to support adding customer profiles with Apple Pay in prod ."
Does that mean that this feature is not available in the Sandbox? When I try to create a customer profile in the Sandbox with an Apple Pay token I get this error:
"E00141 - Payment Profile creation with this opaqueData descriptor requires transactionmode to be set to liveMode".
โ09-27-2019 09:48 AM

