Skip to content

Commit

Permalink
CRD-576: Add cvc field (#68)
Browse files Browse the repository at this point in the history
* CRD-576: Add cvc field
  • Loading branch information
nicocedron authored Sep 13, 2024
1 parent b362702 commit 338289a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _build/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16395,6 +16395,11 @@ components:
payment_source_id:
example: src_2tLkkyfMPh6v7pFry
type: string
cvc:
description: "Optional, It is a value that allows identifying the security\
\ code of the card. Only for PCI merchants"
example: "123"
type: string
contract_id:
description: Optional id sent to indicate the bank contract for recurrent
card charges.
Expand Down
6 changes: 5 additions & 1 deletion schemas/charges/charge_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ properties:
payment_source_id:
type: string
example: "src_2tLkkyfMPh6v7pFry"
cvc:
type: string
example: "123"
description: "Optional, It is a value that allows identifying the security code of the card. Only for PCI merchants"
contract_id:
type: string
description: "Optional id sent to indicate the bank contract for recurrent card charges."
example: "S781317595"
reference_id:
description: "Custom reference to add to the charge"
type: string


0 comments on commit 338289a

Please sign in to comment.