PaymentRequestType
Fields
The amount the customer is expected to pay in minor currency.
The date the payment is expected to be made.
The amount that was funded by each funding source.
The status of the payment.
The total amount of the payment in minor currency.
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
{
"customerAmount": 86,
"expectedPaymentDate": "1970-10-28",
"fundingSourceAmounts": FundingSourceAmountConnectionTypeConnection,
"paymentStatus": "including-step-smile-could-size",
"totalAmount": 76
}