API Endpoints
Payment Methods
Retrieves available payment methods for a specific transaction context.
POST
This endpoint returns the supported payment methods (e.g., Card, Open Banking) for a given transaction context. It requires details about the sender’s country, transaction amount, and currency to determine the available options and applicable fees.
Request Headers
The JWT Access Token of the authenticated user.
Platform identifier. Use
fincode.Unique request identifier.
Must be
application/json.Request Body
The 3-letter ISO code of the sender’s country (e.g.,
GBR). Available from the login response.The type of transaction context. Always
PAYMENT_METHOD.The source currency code (e.g.,
GBP).The Transaction Reference Number (PCN) obtained from the create transaction step.
The transaction amount.
The type of payable item. Always
TRANSACTION.The application identifier (e.g.,
com.app.your_app_identifier).Response
Request status (e.g.,
SUCCESS).Contains the payment method metadata.
