POST CreateUserAccountFunding

Request Information

URI Parameters

None.

Body Parameters

useraccountfunding
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

UserId

string

None.

DateApproved

date

None.

Approved

boolean

None.

Declined

boolean

None.

DateDeclined

date

None.

Status

integer

None.

KYCPassed

boolean

None.

DateKYCPassed

date

None.

AssignedTo

string

None.

ApprovedBy

string

None.

DeclinedBy

string

None.

FundingAmount

decimal number

None.

FundingApprovedAmount

decimal number

None.

DatePaid

date

None.

Paid

boolean

None.

AmountPaid

decimal number

None.

TransactionRef

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2026-02-17T16:10:17.3515325+02:00",
  "LastModified": "2026-02-17T16:10:17.3515325+02:00",
  "UserId": "sample string 4",
  "DateApproved": "2026-02-17T16:10:17.3515325+02:00",
  "Approved": true,
  "Declined": true,
  "DateDeclined": "2026-02-17T16:10:17.3515325+02:00",
  "Status": 1,
  "KYCPassed": true,
  "DateKYCPassed": "2026-02-17T16:10:17.3515325+02:00",
  "AssignedTo": "sample string 8",
  "ApprovedBy": "sample string 9",
  "DeclinedBy": "sample string 10",
  "FundingAmount": 11.1,
  "FundingApprovedAmount": 12.1,
  "DatePaid": "2026-02-17T16:10:17.3515325+02:00",
  "Paid": true,
  "AmountPaid": 14.1,
  "TransactionRef": "sample string 15"
}

application/xml, text/xml

Sample:
<useraccountfunding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZakaPayAPI.Database">
  <AmountPaid>14.1</AmountPaid>
  <Approved>true</Approved>
  <ApprovedBy>sample string 9</ApprovedBy>
  <AssignedTo>sample string 8</AssignedTo>
  <DateApproved>2026-02-17T16:10:17.3515325+02:00</DateApproved>
  <DateCreated>2026-02-17T16:10:17.3515325+02:00</DateCreated>
  <DateDeclined>2026-02-17T16:10:17.3515325+02:00</DateDeclined>
  <DateKYCPassed>2026-02-17T16:10:17.3515325+02:00</DateKYCPassed>
  <DatePaid>2026-02-17T16:10:17.3515325+02:00</DatePaid>
  <Declined>true</Declined>
  <DeclinedBy>sample string 10</DeclinedBy>
  <FundingAmount>11.1</FundingAmount>
  <FundingApprovedAmount>12.1</FundingApprovedAmount>
  <KYCPassed>true</KYCPassed>
  <LastModified>2026-02-17T16:10:17.3515325+02:00</LastModified>
  <Paid>true</Paid>
  <Status>1</Status>
  <TransactionRef>sample string 15</TransactionRef>
  <UserId>sample string 4</UserId>
  <id>1</id>
</useraccountfunding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

useraccountfunding
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

UserId

string

None.

DateApproved

date

None.

Approved

boolean

None.

Declined

boolean

None.

DateDeclined

date

None.

Status

integer

None.

KYCPassed

boolean

None.

DateKYCPassed

date

None.

AssignedTo

string

None.

ApprovedBy

string

None.

DeclinedBy

string

None.

FundingAmount

decimal number

None.

FundingApprovedAmount

decimal number

None.

DatePaid

date

None.

Paid

boolean

None.

AmountPaid

decimal number

None.

TransactionRef

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2026-02-17T16:10:17.3515325+02:00",
  "LastModified": "2026-02-17T16:10:17.3515325+02:00",
  "UserId": "sample string 4",
  "DateApproved": "2026-02-17T16:10:17.3515325+02:00",
  "Approved": true,
  "Declined": true,
  "DateDeclined": "2026-02-17T16:10:17.3515325+02:00",
  "Status": 1,
  "KYCPassed": true,
  "DateKYCPassed": "2026-02-17T16:10:17.3515325+02:00",
  "AssignedTo": "sample string 8",
  "ApprovedBy": "sample string 9",
  "DeclinedBy": "sample string 10",
  "FundingAmount": 11.1,
  "FundingApprovedAmount": 12.1,
  "DatePaid": "2026-02-17T16:10:17.3515325+02:00",
  "Paid": true,
  "AmountPaid": 14.1,
  "TransactionRef": "sample string 15"
}

application/xml, text/xml

Sample:
<useraccountfunding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZakaPayAPI.Database">
  <AmountPaid>14.1</AmountPaid>
  <Approved>true</Approved>
  <ApprovedBy>sample string 9</ApprovedBy>
  <AssignedTo>sample string 8</AssignedTo>
  <DateApproved>2026-02-17T16:10:17.3515325+02:00</DateApproved>
  <DateCreated>2026-02-17T16:10:17.3515325+02:00</DateCreated>
  <DateDeclined>2026-02-17T16:10:17.3515325+02:00</DateDeclined>
  <DateKYCPassed>2026-02-17T16:10:17.3515325+02:00</DateKYCPassed>
  <DatePaid>2026-02-17T16:10:17.3515325+02:00</DatePaid>
  <Declined>true</Declined>
  <DeclinedBy>sample string 10</DeclinedBy>
  <FundingAmount>11.1</FundingAmount>
  <FundingApprovedAmount>12.1</FundingApprovedAmount>
  <KYCPassed>true</KYCPassed>
  <LastModified>2026-02-17T16:10:17.3515325+02:00</LastModified>
  <Paid>true</Paid>
  <Status>1</Status>
  <TransactionRef>sample string 15</TransactionRef>
  <UserId>sample string 4</UserId>
  <id>1</id>
</useraccountfunding>