Skip to main content
POST
/
branches
/
payoutCenter
Payout Center Branches
curl --request POST \
  --url https://{tenant}.fincode.software/api/v6/services/branches/payoutCenter \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "subAction": "<string>",
  "country": "<string>",
  "bank": "<string>"
}
'

Headers

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

Body

application/json
subAction
string
country
string
bank
string

Response

200

Branches list