diff --git a/doc/index.html b/doc/index.html index 77ef1423..7d6ca406 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2441,6 +2441,8 @@

Example URI

GET& "order_number": "twreporter", "pay_method: credit_card": "Hello, world!", "bin_code": "424242", + "card_last_four": "4242", + "card_type": "1", "last_name": "Lin", "first_name": "IHan", "send_receipt: no_receipt": "Hello, world!", @@ -2510,6 +2512,12 @@

Example URI

GET& "bin_code": { "type": "string" }, + "card_last_four": { + "type": "string" + }, + "card_type": { + "type": "string" + }, "last_name": { "type": "string" }, @@ -18663,7 +18671,7 @@

Example URI

GET& "status", "message" ] -}

Generated by aglio on 25 Mar 2024