diff --git a/v1/openapi.json b/v1/openapi.json index 5feb667..4a2b8bb 100644 --- a/v1/openapi.json +++ b/v1/openapi.json @@ -908,7 +908,11 @@ "$ref": "#/components/schemas/CustomerObject" } ] - } + }, + "deepLinkURL": { + "type": "string", + "description": "A deep link to the transaction receipt screen in-app." + } }, "required": [ "status", @@ -926,7 +930,8 @@ "createdAt", "transactionType", "note", - "performingCustomer" + "performingCustomer", + "deepLinkURL" ] }, "relationships": { @@ -2467,6 +2472,26 @@ "example": 30, "description": "The number of records to return in each page.\n" }, + { + "name": "page[before]", + "in": "query", + "schema": { + "type": "string" + }, + "required": false, + "example":"WyIyMDI0LTA5LTA2VDEwOjEyOjA2Ljg2MDQ2MzAwMFoiLCJjYjc1ZjI5ZS1lY2M1LTQ5NzYtYWEyOC0KJlkjsdfkA5ZDIiXQ%3D%3D", + "description": "To view a page before a specific transaction.\n" + }, + { + "name": "page[after]", + "in": "query", + "schema": { + "type": "string" + }, + "required": false, + "example":"WyIyMDI0LTA5LTA2VDEwOjEyOjA2Ljg2MDQ2MzAwMFoiLCJjYjc1ZjI5ZS1lY2M1LTQ5NzYtYWEyOC0KJlkjsdfkA5ZDIiXQ%3D%3D", + "description": "Where to continue paginating across\n" + }, { "name": "filter[status]", "in": "query", @@ -2781,6 +2806,26 @@ "example": 30, "description": "The number of records to return in each page.\n" }, + { + "name": "page[before]", + "in": "query", + "schema": { + "type": "string" + }, + "required": false, + "example":"WyIyMDI0LTA5LTA2VDEwOjEyOjA2Ljg2MDQ2MzAwMFoiLCJjYjc1ZjI5ZS1lY2M1LTQ5NzYtYWEyOC0KJlkjsdfkA5ZDIiXQ%3D%3D", + "description": "To view a page before a specific transaction.\n" + }, + { + "name": "page[after]", + "in": "query", + "schema": { + "type": "string" + }, + "required": false, + "example":"WyIyMDI0LTA5LTA2VDEwOjEyOjA2Ljg2MDQ2MzAwMFoiLCJjYjc1ZjI5ZS1lY2M1LTQ5NzYtYWEyOC0KJlkjsdfkA5ZDIiXQ%3D%3D", + "description": "Where to continue paginating across\n" + }, { "name": "filter[status]", "in": "query",