updatePaymentMethod
An example of how to use this function can be found here
- Endpoint
/public/ajax.php?updatePaymentMethod
- Method
POST
Request
Property | Type | Description |
---|---|---|
hash | string | The hash for the order. |
method | string | The payment method used for the purchase. |
Repsonse
Property | Type | Description |
---|---|---|
number | string | The payments number |
orderid | string | The orderid supplied in the payload |
status | object | The current status of the checkout |
url | string | The url for this checkout |
pno | string | The personal number for the customer. |
{
"number": "1234567",
"orderid": "OrderID-1234567",
"status": "Step2Loaded",
"url": "https:\/\/checkout.billmate.se\/12345\/20240602123456789123456789",
"pno": "5501011018"
}
Last modified: 13 September 2024