v2
latestOpenAPI 3.0.12026-07-2693281951.6 KBHosted VRP Pages
Create Hosted Commercial VRP request
Used to initiate a Commercial VRP request using Yapily Hosted Pages.
post/hosted/vrp-requests/commercial
Request body
Example request
{
"controlParameters": {
"maxAmountPerPayment": {
"amount": 10,
"currency": "GBP"
},
"periodicLimit": {
"totalMaxAmount": {
"amount": 10,
"currency": "GBP"
}
}
},
"initiationDetails": {
"payer": {
"name": "John Doe",
"accountIdentifications": [
{
"type": "SORT_CODE",
"identification": "401016"
}
],
"address": {
"country": "GB"
}
},
"ultimatePayer": {
"accountIdentifications": [
{
"type": "SORT_CODE",
"identification": "401016"
}
],
"address": {
"country": "GB"
}
},
"payee": {
"name": "Jane Doe",
"accountIdentifications": [
{
"identification": "401016",
"type": "SORT_CODE"
},
{
"identification": "71518920",
"type": "ACCOUNT_NUMBER"
}
],
"address": {
"country": "GB"
},
"merchantId": "24589303",
"merchantCategoryCode": "0742"
},
"ultimatePayee": {
"accountIdentifications": [
{
"type": "SORT_CODE",
"identification": "401016"
}
],
"address": {
"country": "GB"
}
}
}
}Response
OK