Skip to main content

Fields

createdAt : DateTime! required
expectedPaymentDate : Date

Date of the payment the source fund request is for.

paymentReason : PaymentReason
requestedAmount : Int! required
requestedByAccountUser : AccountUserType
sourcedAmount : Int
sourcedAt : DateTime
sourceLedger : SupplementaryLedgerType! required

Status of the source fund request.

targetLedger : SupplementaryLedgerType! required
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "createdAt": "1979-06-24T14:18:17.773535+00:00", "expectedPaymentDate": "1984-06-11", "paymentReason": "ACCOUNT_CHARGE_PAYMENT", "requestedAmount": 22, "requestedByAccountUser": AccountUserType, "sourcedAmount": 85, "sourcedAt": "1985-06-12T02:47:55.635824+00:00", "sourceLedger": SupplementaryLedgerType, "status": "REQUESTED", "targetLedger": SupplementaryLedgerType }