Skip to main content
POST
/
branches
/
listpayoutpoints
List Payout Points
curl --request POST \
  --url https://{tenant}.fincode.software/api/v6/services/branches/listpayoutpoints \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "countrtyiso3": "<string>",
  "city": "<string>",
  "payment_point": true,
  "paycentre_types": [
    "<string>"
  ]
}
'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
countrtyiso3
string
city
string
payment_point
boolean
paycentre_types
string[]

Response

200

Payout points list