@RichardH I just tried in production and it failed. In the same request
I...create a transaction using a Token (createTransactionRequest)create
a customer profile from the transaction charge
(createCustomerProfileFromTransactionRequest)use the given ...
It looks like after you create a new customer profile via a transaction
you have to wait 15 sec or so to call the createSubscription request
w/profile and payment ids otherwise it returns the E00040 error that
says it is not found. Is there any ETA t...