Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _build/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8438,6 +8438,7 @@ paths:
exp_month: "01"
exp_year: "25"
brand: visa
issuer: santander
name: random name
parent_id: cus_2tUkvasdas1s4ihjs
default: false
Expand Down Expand Up @@ -17345,6 +17346,10 @@ components:
brand:
example: visa
type: string
issuer:
description: Name of the institution that issued the card
example: santander
type: string
name:
example: Fulano Perez"
type: string
Expand Down
1 change: 1 addition & 0 deletions resources/customers/create_customer_payment_methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ get:
exp_month: "01"
exp_year: "25"
brand: "visa"
issuer: "santander"
name: "random name"
parent_id: "cus_2tUkvasdas1s4ihjs"
default: false
Expand Down
10 changes: 7 additions & 3 deletions schemas/customers/customer_payment_method_card_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ payment_method_card_response:
last4:
type: string
example: "6410"
bin:
bin:
type: string
example: "40276657"
card_type:
Expand All @@ -23,7 +23,11 @@ payment_method_card_response:
brand:
type: string
example: "visa"
name:
issuer:
type: string
example: "santander"
description: "Name of the institution that issued the card"
name:
type: string
example: Fulano Perez"
default:
Expand All @@ -33,4 +37,4 @@ payment_method_card_response:
payment_source_status:
type: string
example: "active"

Loading