Skip to content

Commit

Permalink
add openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-harsha-vardhan committed Nov 17, 2023
1 parent 7e392e4 commit 64dc775
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions openapi/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5926,6 +5926,14 @@
},
"step_up_possible": {
"type": "boolean"
},
"unified_code": {
"type": "string",
"nullable": true
},
"unified_message": {
"type": "string",
"nullable": true
}
}
},
Expand Down Expand Up @@ -6031,6 +6039,14 @@
},
"step_up_possible": {
"type": "boolean"
},
"unified_code": {
"type": "string",
"nullable": true
},
"unified_message": {
"type": "string",
"nullable": true
}
}
},
Expand Down Expand Up @@ -6105,6 +6121,14 @@
"step_up_possible": {
"type": "boolean",
"nullable": true
},
"unified_code": {
"type": "string",
"nullable": true
},
"unified_message": {
"type": "string",
"nullable": true
}
}
},
Expand Down Expand Up @@ -8134,6 +8158,16 @@
"description": "reference to the payment at connector side",
"example": "993672945374576J",
"nullable": true
},
"unified_code": {
"type": "string",
"description": "error code unified across the connectors is received here if there was an error while calling connector",
"nullable": true
},
"unified_message": {
"type": "string",
"description": "error message unified across the connectors is received here if there was an error while calling connector",
"nullable": true
}
}
},
Expand Down Expand Up @@ -10012,6 +10046,16 @@
"example": "Failed while verifying the card",
"nullable": true
},
"unified_code": {
"type": "string",
"description": "error code unified across the connectors is received here if there was an error while calling connector",
"nullable": true
},
"unified_message": {
"type": "string",
"description": "error message unified across the connectors is received here if there was an error while calling connector",
"nullable": true
},
"payment_experience": {
"allOf": [
{
Expand Down

0 comments on commit 64dc775

Please sign in to comment.