To connect Stripe to PayDock, you will need to register for a account, completing their SignUp Process.
Click Connect. You have successfully connected Stripe to PayDock.
We’ve provided some test card data from Stripe official site. Please bear in mind this may change and is here for convenience. If you are not getting expected responses please contact Strip or refer to the official developers docs.
By default, passing address or CVC data with the card number will cause the address and CVC checks to succeed. If not specified, the value of the checks will be null. Any expiration date in the future will be considered valid.
Card Number |
Card Type |
4242424242424242 |
Visa |
4012888888881881 |
Visa |
4000056655665556 |
Visa (debit) |
5555555555554444 |
MasterCard |
5200828282828210 |
MasterCard (debit) |
5105105105105100 |
MasterCard (prepaid) |
378282246310005 |
American Express |
371449635398431 |
American Express |
While testing you can configure your decline settings. These allow you to decide whether a failing cvc_check or failing address_zip_check should cause the charge to be rejected. Perhaps surprisingly, even if these details are wrong, the charge can succeed; it’s up to you decide what to do in that case. By default, Stripe will decline charges with a failing cvc_check. If you’d prefer to allow these charges to succeed, you can update your decline settings.
PayDock provides support for merchants using Stripe Connect. You can support this by sending through transfer requests inside the transfer object, or by sending through meta parameters. Paydock fully supports all aspects of Stripe Connect, including Direct Charges, Destination Charges and Charges and transfers.
For more information on how we support Stripe Connect please refer to our API reference documentation.
Integration Guides for Payment Services and Gateways connected to PayDock