It is official api of Mastercard. It lets you create custom payment solutions for your website needs. For example, you can :— - provide consumer friendly merchant details for every transaction. - deliver an entirely digital end-to-end payment experience - parents can use their conversational device to send funds and set spending limits - find contactless merchants on-the-go - build a cashless solution for any parent whose child goes to school using public transport - instantly and securely make payments to your workers and - get updated card information in real-time

Viafintech
- Category: Finance
About Viafintech API v2
The Viafintech API v2 is a powerful tool that enables businesses to create payment, partial payment, payout, and refund slips. These slips can then be used by customers to make payments in stores such as supermarkets or receive money. Viafintech then sends these slips to users as an email with a PDF attachment or as a text message. Once a store's point of sale system confirms the transaction, the Viafintech API immediately calls a Webhook to notify your system about the payment. This confirmation can then be used to mark an invoice as paid or trigger shipping goods to the customer.
Benefits of Using Viafintech API v2
- Enables businesses to create payment slips for customers
- Allows for partial payment, payout, and refund slips to be created
- The slips can be sent as an email with PDF attachments or as a text message
- Viafintech calls a Webhook to notify your system of payment confirmation
- The confirmation can be used to mark an invoice as paid or trigger shipping goods to the customer
Example Code Sample in JavaScript
const viafintechApi = require('viafintech-api'); const slipData = { amount: 19.99, description: 'Online purchase at XYZ Store', customerEmailAddress: 'jane.doe@email.com', phoneNumber: '+491234567890', }; viafintechApi.createPaymentSlip(slipData) .then((response) => { console.log(response); }) .catch((error) => { console.log(error); });
Note: This is a sample code and must be modified before implementation. To access the full documentation for Viafintech API v2, please refer to the official documentation.