Relationship

The relationship field in sourceOfFunds describes the connection between the sender and recipient. It is required when either the sender or recipient is an individual (not required for business-to-business transfers).

📘

This page is a reference table for the Source of Funds section used in Fiat Payouts.

Values

ValueRelationshipWhen to use
1SelfSending to your own account in another country
2FatherSending to/from your father
3MotherSending to/from your mother
4SpouseSending to/from your husband or wife
5SonSending to/from your son
6DaughterSending to/from your daughter
7BrotherSending to/from your brother
8SisterSending to/from your sister
9FriendSending to/from a friend (non-family)
10EmployerEmployer sending to employee or vice versa
11ColleagueSending to/from a work colleague

Example

A parent sending money to their son studying abroad:

"sourceOfFunds": {
  "purpose": 7,
  "source": 1,
  "relationship": 5
}
  • purpose: 7 → Tuition Fees
  • source: 1 → Salary
  • relationship: 5 → Son

Related