Skip to main content

Use cases

This chapter describes the business functions that can be performed by having a company balance in the Verestro system and using Payout via xPay card token. We also present end user default views presented during using the application.

Know your business

The first step to starting integration is to complete the KYB process. This process is required to identify and verify business clients. Automatic registration process ensures that all the information and documents provided by the clients gone properly through AML verification. Business client registration process may take around 10-15 minutes. At this link you can find out what exactly the KYB process is and what it looks like. KYB in Verestro is performed with the help of an external verification provider - Mobiltek.

Note: AML (Anti-Money Laundering) is a set of policies, procedures, and technologies that prevents money laundering.

Customer balance management

Description of methods in Antaca service to create and manage the balance.

Method

Description

Create balance

Method that allows you to create a balance for your company.

Credit balance

Method that allows you to top up the created balance.

Debit balance

Method that allows you to debit the created balance.

Note: The balance for your corporation is created during its registration in our system.
You can create end-user balances from the Administration Panel created for your corporation or use the Create balance method mentioned above.

Initialize payment link

The card top-up process begins when the payment link is initialized. As a customer, you must provide transaction metadata such as the currency in which the payout will be made and the amount you want to top up the recipient's card. After confirming the data you have entered, a link is generated that you can send to the recipient.

UML presenting initialize payment link step by step

@startuml
skinparam ParticipantPadding 30
skinparam BoxPadding 30
skinparam noteFontColor #FFFFFF
skinparam noteBackgroundColor #1C1E3F
skinparam noteBorderColor #1C1E3F
skinparam noteBorderThickness 1
skinparam sequence {
ArrowColor #1C1E3F
ArrowFontColor #1C1E3F
ActorBorderColor #1C1E3F
ActorBackgroundColor #FFFFFF
ActorFontStyle bold
ParticipantBorderColor #1C1E3F
ParticipantBackgroundColor #1C1E3F
ParticipantFontColor #FFFFFF
ParticipantFontStyle bold
LifeLineBackgroundColor #1C1E3F
LifeLineBorderColor #1C1E3F
}
participant "Money Receiver" as user
participant "Customer" as cust
participant "Orovera" as oro
note right of cust: Customer has a balance in Antaca Verestro
cust->oro: Initialize payment link (provide transaction metadata)
oro->cust: Return generated payment link
cust->user: Send generated payment link
user->oro: Choose xPay card
@enduml

1_partner_app_sender_view.png

 

2_partner_app_sender_view.png


1. Sender provides transaction metadata and order payment link (this step takes place in Customer's application). 2. Sender gets payment link and sends it to the recipient (this step takes place in Customer's application).

Top-up card by xPay card token

The recipient receives the link you sent. It is valid for a specified period of time - you can choose the link's lifetime yourself and provide us this information during the onboarding process. After opening the link, a payment template with transaction data is displayed to the recipient. Basicly, the recipient will see how much money they will receive and in what currency.

image-1685428002241.png

image-1699524383207.png

However, to receive the money, the recipient must select the card to which the funds should to be transferred. Depending on the browser the recipient uses, the template will display the option to use the Google Pay wallet (for most browsers) or the Apple Pay wallet (for the Safari browser). From the mentioned xPay wallet, the selected card will be topped up with the funds you declared step before. After making a Payout to the selected card from the xPay wallet, your company's balance is debited for this amount.

UML presenting top up card from xPay step by step

@startuml
skinparam ParticipantPadding 30
skinparam BoxPadding 30
skinparam noteFontColor #FFFFFF
skinparam noteBackgroundColor #1C1E3F
skinparam noteBorderColor #1C1E3F
skinparam noteBorderThickness 1
skinparam sequence {
ArrowColor #1C1E3F
ArrowFontColor #1C1E3F
ActorBorderColor #1C1E3F
ActorBackgroundColor #FFFFFF
ActorFontStyle bold
ParticipantBorderColor #1C1E3F
ParticipantBackgroundColor #1C1E3F
ParticipantFontColor #FFFFFF
ParticipantFontStyle bold
LifeLineBackgroundColor #1C1E3F
LifeLineBorderColor #1C1E3F
}
participant "Money Receiver" as user
participant "Orovera" as oro
participant "Verestro xPay connector" as payt
participant "Antaca API" as ant
participant "Google/Apple Pay" as xpay
participant "Acquirer" as acq
user->user: Open payment link
note right of user: Link redirects Money Receiver to the web browser
user->oro: Choose xPay card
oro->payt: Get xPay card token
payt->xpay: Get xPay card token
xpay->payt: Return xPay card token
payt->oro: Return xPay card token
oro->ant: Debit Customer balance (declared transaction amount)
oro->acq: Payout to card
acq->user: Top up card from xPay card token
@enduml

3_receiver_phone_msg_from_sender.png



4_xpay_app_receiver_view.png

3. Recipient gets message with payment link from the Sender. Recipient clicks that link. 4. Recipient is redirected to Payout to xPay view (this step takes place in Verestro Payout to xPay application).

Get xPay card token

The xPay card token is returned automatically from xPay wallet after the recipient selects the proper card. Verestro is a registered Payment Service Provider in Google Pay and Apple Pay, which frees you from the need to integrate with these entities. We call one of the xPays asking for a card token of the card that recipient choosed.

5_xpay_app_apple_wallet_opened_receiver_view.png

5_1_xpay_app_apple_wallet_opened_receiver_view.png

6_xpay_success_topup_receiver_view.png

5. Recipient chooses to get money on card from xPay wallet (at this step Verestro Payout to xPay opens xPay wallet). 6. Recipient chooses proper card from xPay wallet (at this step xPay wallet returns card token to Verestro Payout to xPay). 7. Payout to xPay application tops up Receiver's card (this step takes place in Verestro Payout to xPay application).

Tip: After the transaction is completed, a notification will be sent to you informing you of the completion of the transaction and whether it was a success or failure.