RequestToPay
PayeeNamestringrequired
Example:
Utility Company LtdPayerIdentifierstringrequired
Proxy ID, Email, or Mobile Number of the person being asked to pay.
Example:
+447123456789AmountRequested objectrequired
Amountstringrequired
Possible values: Value must match regular expression ^\d{1,13}\.\d{1,5}$
Example:
150.00Currencystringrequired
Possible values: Value must match regular expression ^[A-Z]{3,3}$
Example:
GBPDueDatestring<date>required
Example:
2026-08-01Referencestring
Example:
Electric Bill JulyRequestToPay
{
"PayeeName": "Utility Company Ltd",
"PayerIdentifier": "+447123456789",
"AmountRequested": {
"Amount": "150.00",
"Currency": "GBP"
},
"DueDate": "2026-08-01",
"Reference": "Electric Bill July"
}