Use a credit card test certificate
This guide provides information on using Shopify test certificates to test a credit card payments apps extension.
You should only use this test certificate for non-production credit card payments apps extensions.
Anchor to RequirementsRequirements
- You've created a credit card payments app extension.
- You're a Partner organization owner.
Anchor to Using the test certificateUsing the test certificate
To use Shopify's test certificate, set the value of the encryption_certificate_fingerprint
field to Test Certificate
in your credit card payment extension then, deploy and release the extension.
With the test certificate configured, Shopify will always send the same static test payload data in the payment_method
hash for every payment session request.
Anchor to Test private keyTest private key
The private key which is used to decrypt the encrypted payload.
Anchor to Test certificateTest certificate
The test certificate which is used to encrypt the test payload.
Anchor to Test payloadTest payload
This section details the payloads you'll receive, which depends on the API version of your payments app extension.