Preview - new service methods and APIs
raylopay/product/:variation_id/is_supported
raylopay/product/:variation_id/is_supported{
"success": true,
"result": {
"isSupported": boolean
}
} | {
"success": false,
"error": string,
}{
"success": true,
"result": {
"isSupported": true
}
}raylopay/order/send_update
raylopay/order/send_updateLast updated
Was this helpful?