PaymentRequest

Info for requesting an immediate payment in an order.

Fields

FieldDescription
language
string 
(required)

The language to be used during the payment processing

Example value:"nl"
returnurl
string 
(required)

The returnurl that will be called after the payment request was done.

Example value:"https://returnurl.mywebsite.com/3457623"
withcustomer
bool 
(required)

Create (or use an existing) customer with the PSP. The order needs a linked contact.

Example value:true

Example

1{
2    "language": "nl",
3    "returnurl": "https://returnurl.mywebsite.com/3457623",
4    "withcustomer": true
5}