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
04-13-2017 05:32 AM
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
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
Do you have a timetable on when this feature will be available yet?
05-21-2018 05:11 PM
Hi @hatboyzero1
We are looking tentatively at June release for supporting apple pay for Subscriptions .
Will keep the thread posted .
Thanks
Anurag
05-21-2018 08:51 PM
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
We are also looking forward recurring payments through Apple Pay.
Thanks.
07-30-2018 07:32 AM
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 |
07-30-2018 02:08 PM
"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