OfferToPay
PayerNamestringrequired
Example:
John DoePayeeIdentifierstringrequired
Proxy ID, Email, or Mobile Number of the person being offered payment.
Example:
jane.doe@example.comAmountOffered 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:
GBPReferencestring
Example:
Dinner splitOfferToPay
{
"PayerName": "John Doe",
"PayeeIdentifier": "jane.doe@example.com",
"AmountOffered": {
"Amount": "150.00",
"Currency": "GBP"
},
"Reference": "Dinner split"
}