description:pass true if merchant want to disable credit cards from paying to this order.
disable_threeds:
type:boolean
default:false
description:We will help merchants to enable 3DS verify by default. If you want to disable this feature please set this parameter as true
tokenize:
type:boolean
default:false
@ -619,7 +623,7 @@ paths:
put:
summary:Create Card Order
description:|
Input https://channel.rpayplus.com/channel/v1/view/card_input_frame.js in merchant's webpage.
Input https://channel-gateway.royalpay.com.au/channel/v1/view/card_input_frame.js in merchant's webpage.
After called commit, it will return `key_id` and `secret` parameter asyncronized by callback.
Post these parameter to royalpay and finish payment directly.
@ -690,6 +694,10 @@ paths:
type:boolean
default:false
description:Pass true if want to refuse credit cards.
disable_threeds:
type:boolean
default:false
description:We will help merchants to enable 3DS verify by default. If you want to disable this feature please set this parameter as true
customer:
$ref:'components_order.yml#/cardCustomerParam'
responses:
@ -698,7 +706,13 @@ paths:
content:
application/json:
schema:
$ref:'components_order.yml#/orderBasicResponse'
allOf:
- $ref:'components_order.yml#/orderBasicResponse'
- type:object
properties:
pay_url:
type:string
description:If order requires 3DS verify. it will return this parameter. Merchants's system should guide customer to redirect to this url and finish 3DS verify. Remember to add signatures and return_url param