Skip to main content
POST
/
branches
/
listallocatedpayoutpoints
List Allocated Payout Points
curl --request POST \
  --url https://{tenant}.fincode.software/api/v6/services/branches/listallocatedpayoutpoints \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "paymentType": "<string>",
  "chargeCategory": "<string>",
  "principalAmount": 123,
  "principalAmountCurrency": "<string>",
  "deriveAmount": 123,
  "deriveAmountCurrency": "<string>",
  "transactionType": {},
  "destinationCountry": "<string>",
  "inverseCalculation": true,
  "tradeOriginatingCountry": "<string>",
  "conversion": true,
  "promoCode": "<string>",
  "mobileOperator": "<string>"
}
'

Headers

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

Body

application/json
paymentType
string
chargeCategory
string
principalAmount
number
principalAmountCurrency
string
deriveAmount
number
deriveAmountCurrency
string
transactionType
object
destinationCountry
string
inverseCalculation
boolean
tradeOriginatingCountry
string
conversion
boolean
promoCode
string
mobileOperator
string

Response

200

Payout points list