Payment Initiation

Describes the initiation of a payment, including public key, widget link, and origin account details.

Overview

The payment initiation entity defines the process of starting a payment, providing necessary details such as the public key for authentication, a widget link to render the payment interface, and the origin account information from which funds are transferred.

Models

Field
Type
Description

publicKey

string

Unique token required for authenticating API requests.

widgetLink

string

URL to render the payment initiation widget.

signatureToken

string

Cryptographic token for verifying the integrity of the response.

origin

bankAccount

Details of the bank account or wallet from which the payment is initiated.

Last updated