Reduce checkout friction with cards AND digital wallets.
Support for Swift, Kotlin, React Native, and Flutter.
Customisable checkout experiences that feel like your brand.
Secure tokenisation enables faster future checkouts.
Coming soon: A variety of alternative payment methods
Comprehensive documentation, interactive API playgrounds and world-class plugins and integrations are some of the resources available for you to streamline your brand feel and customer experience.
Comprehensive documentation, interactive API playgrounds and world-class plugins and integrations are some of the resources available for you to streamline your brand feel and customer experience.
// Initiate Checkout
const sdk = require('api')('@peachpayments/v1.0#gwvxzblefd');
sdk.postCheckout({
'authentication.entityId': '8ac7a4ca68c22c4d0168c',
signature: 'a668342244a9c77b08a2f9090d033d6e2610',
merchantTransactionId: 'OrderNo453432',
amount: 1010.22,
paymentType: 'DB',
currency: 'ZAR',
nonce: 'UNQ00012345678',
}, {accept: 'text/html'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));