PAYIN
, TRANSFER
, or PAYOUT
, depending on the nature and purpose of the payment.
Furthermore, there is the provider associated with the payment. This refers to the entity or service provider through which the payment is processed. It could be a bank, a payment gateway, or any other financial institution.
The status of the payment is another vital piece of information. It can be one of the following: PENDING
, SUCCEEDED
, FAILED
, or CANCELED
. This status indicates the current stage or outcome of the payment transaction.
Additionally, we have the InitialAmount and the asset representing the amount and currency. These are represented using the Unambiguous Monetary Notation (UMN), which ensures clarity and consistency in monetary values.
The schema of the payment is also included. For example, it could be Mastercard, Visa, or any other payment scheme or network associated with the payment.
The creation date of the payment provides information about when the payment was initiated or created within the system.
Finally, there is the Raw payload sent by the payments provider. This refers to the original data or information sent by the provider, which may include additional details or specifications related to the payment.
How to fetch and see payments list
Formance console
On the Formance Console, you have access to a comprehensive list of payments. To view this list, simply navigate to the Connectivity tab located on the left side of the screen. By doing so, you will be presented with a neatly organized table showcasing all the payments. To make it easier for you to find specific payments, you have the option to apply various filters. You can filter the list by Type, allowing you to focus on Payin, Payout, or transfer transactions. Additionally, you can filter by Status, enabling you to narrow down the results to payments that are eitherPENDING
, SUCCEEDED
, FAILED
, or CANCELED
. If you prefer, you can also search for payments based on the provider name or the payments provider reference.
Furthermore, by clicking on any payment within the list, you can access detailed information about that specific payment. This allows you to delve deeper into the specifics and gain a better understanding of each transaction.

