curl --request GET \
--url https://{base_url}/v1/transaction-purposes \
--header 'Authorization: <authorization>'{
"data": {
"pagination": {
"current_page": 1,
"per_page": 10,
"total_page": 1,
"total": 7
},
"transaction_purposes": [
{
"id": "1",
"title": "Send to Family & Friends"
},
{
"id": "2",
"title": "Pay for Goods/Services"
},
{
"id": "3",
"title": "Receive Income"
},
{
"id": "4",
"title": "Educational Expense"
},
{
"id": "5",
"title": "Charity & Donations"
},
{
"id": "6",
"title": "Engaging in investment activities"
},
{
"id": "7",
"title": "Paying Self"
}
]
}
}Retrieve a list of available transaction purposes
curl --request GET \
--url https://{base_url}/v1/transaction-purposes \
--header 'Authorization: <authorization>'{
"data": {
"pagination": {
"current_page": 1,
"per_page": 10,
"total_page": 1,
"total": 7
},
"transaction_purposes": [
{
"id": "1",
"title": "Send to Family & Friends"
},
{
"id": "2",
"title": "Pay for Goods/Services"
},
{
"id": "3",
"title": "Receive Income"
},
{
"id": "4",
"title": "Educational Expense"
},
{
"id": "5",
"title": "Charity & Donations"
},
{
"id": "6",
"title": "Engaging in investment activities"
},
{
"id": "7",
"title": "Paying Self"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
INDIVIDUAL, BUSINESS By default 10
By default starts from 1
OK - Individuals
Show child attributes