Good day,
I tried creating a new subscription ed8cdc07-8c23-45b9-ac5b-097096d17fdc
using the sandbox card 4111 1111 1111 1111, the subscription immediately goes into DEACTIVATED
state without issuing any invoice. I tried multiple times, always same result. This sandbox card is broken.
I’ve tested with mastercard 5105 1051 0510 5100 and it seems to be working fine.
Cheers.
Hey @nymkappamempoolspace, I think this might be happening because of the email_address
being set for the customer in our documentation code snippets. The example.com
might be getting flagged as an invalid ID for the customer. I thought that had been changed in the code snippets, but I do still see some of them using that email. If you try this with a test customer with a valid email address, does it succeed?
I just tested myself using the 4111...
test card and was able to successfully create an ACTIVE
subscription with an invoice issued.
Yes sound like using @example.com is not allowed.
Using a valid email address does work even with 4111.
I’ll keep this in mind.
Thank you