Revolut Start Up slide image

Revolut Start Up

Open API 1 2 3 4 5 6 7 8 9 10 Developers first Allows businesses to integrate own systems with their Revolut Business accounts. All actions can be executed automatically including: // Require the Revolut library with a test secret key. const revolut = require('revolut)(sk_test_BQokikJOvBil2HlWgH4olfQ2); // Create a payment from a test card token. const charge = await revolut.charges.create({ amount: 2000, currency: 'usd, source: tok_rev', description: My first payment }); Full API reference Adding counterparties Making payment Scheduling payment Cancelling payments Generating transaction reports R
View entire presentation