Table of Contents
Financing Methods #
Returns the list of allowed methods for funding the wallet/account, required for the additional data form.
Endpoint #
GET https://api-test.10npay.com/User/financing-method
Headers #
Authorization: Bearer <access_token>Accept: application/json
Response — 200 OK #
[
{ "label": "Funding by wire transfer from own account", "value": "1" },
{ "label": "Funding by wire transfer from joint/third party account", "value": "2" },
{ "label": "Funding with debit/credit card", "value": "3" }
]
Notes #
- Use the
valuecodes when populatingfinancingMethodCodeinPOST /User/add-additional-data. - The list is dynamic; always fetch it via API instead of hardcoding.
