Skip to content

Commit

Permalink
fix: update example to fill schema
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMoe committed Oct 24, 2023
1 parent 06fa087 commit 1688a7c
Showing 1 changed file with 33 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,39 @@ example: |-
"reason": "First time customer"
}
]
}
},
"paymentDetails" : [
{
"type":["PaymentDetails"],
"beneficiaryName": "American Prime Steel Inc.",
"beneficiaryAddress": {
"type": [
"PostalAddress"
],
"streetAddress": "1551 Keebler Knoll",
"addressLocality": "Vivianeburgh",
"addressRegion": "Oregon",
"postalCode": "47090",
"addressCountry": "US"
},
"bankName": "Example Bank",
"bankAddress": {
"type": [
"PostalAddress"
],
"streetAddress": "17101 SW SUGAR PLUM LN",
"addressLocality": "BEAVERTON",
"addressRegion": "Oregon",
"postalCode": "97007",
"addressCountry": "US"
},
"transitNumber": "123456789",
"institutionNumber": "000",
"accountNumber": "123456789",
"swiftCode": "AAAA-BB-CC-123",
"routingNumber": "123456789"
}
]
}
},
"credentialSchema": {
Expand Down

0 comments on commit 1688a7c

Please sign in to comment.