|
3 | 3 | "method": "POST",
|
4 | 4 | "path_template": "/billing_request_flows",
|
5 | 5 | "url_params": {},
|
6 |
| - "body": { "billing_request_flows":{ "authorisation_url": "https://monzo.com/abc-123-things", "auto_fulfil": false, "created_at": "2024-10-11T13:11:51.843Z", "customer_details_captured": true, "exit_uri": "https://my-website.com/abc/callback", "expires_at": "2024-10-11T13:11:51.843Z", "id": "BRF123", "language": "en", "links":{ "billing_request": "BRQ123"}, "lock_bank_account": false, "lock_currency": true, "lock_customer_details": true, "prefilled_bank_account":{ "account_type": "savings"}, "prefilled_customer":{ "address_line1": "221B Baker Street", "address_line2": "Marylebone", "address_line3": "City of Westminster", "city": "London", "company_name": "Hamilton Trading Ltd.", "country_code": "GB", "danish_identity_number": "220550-6218", "email": "[email protected]", "family_name": "Osborne", "given_name": "Frank", "postal_code": "NW1 6XE", "region": "Greater London", "swedish_identity_number": "556564-5404"}, "redirect_uri": "https://my-website.com/abc/callback", "session_token": "sesh_123", "show_redirect_buttons": false, "show_success_redirect_button": true}} |
| 6 | + "body": {"billing_request_flows":{"authorisation_url":"https://monzo.com/abc-123-things","auto_fulfil":true,"created_at":"2024-10-15T14:17:17.435Z","customer_details_captured":true,"exit_uri":"https://my-website.com/abc/callback","expires_at":"2024-10-15T14:17:17.435Z","id":"BRF123","language":"en","links":{"billing_request":"BRQ123"},"lock_bank_account":true,"lock_currency":false,"lock_customer_details":false,"prefilled_bank_account":{"account_type":"savings"},"prefilled_customer":{"address_line1":"221B Baker Street","address_line2":"Marylebone","address_line3":"City of Westminster","city":"London","company_name":"Hamilton Trading Ltd.","country_code":"GB","danish_identity_number":"220550-6218","email":" [email protected]","family_name":"Osborne","given_name":"Frank","postal_code":"NW1 6XE","region":"Greater London","swedish_identity_number":"556564-5404"},"redirect_uri":"https://my-website.com/abc/callback","session_token":"sesh_123","show_redirect_buttons":true,"show_success_redirect_button":true,"skip_success_screen":false}} |
7 | 7 | },
|
8 | 8 | "initialise": {
|
9 | 9 | "method": "POST",
|
10 | 10 | "path_template": "/billing_request_flows/:identity/actions/initialise",
|
11 | 11 | "url_params": {"identity": "BRF123"},
|
12 |
| - "body": { "billing_request_flows":{ "authorisation_url": "https://monzo.com/abc-123-things", "auto_fulfil": false, "created_at": "2024-10-11T13:11:51.843Z", "customer_details_captured": false, "exit_uri": "https://my-website.com/abc/callback", "expires_at": "2024-10-11T13:11:51.843Z", "id": "BRF123", "language": "en", "links":{ "billing_request": "BRQ123"}, "lock_bank_account": false, "lock_currency": false, "lock_customer_details": true, "prefilled_bank_account":{ "account_type": "savings"}, "prefilled_customer":{ "address_line1": "221B Baker Street", "address_line2": "Marylebone", "address_line3": "City of Westminster", "city": "London", "company_name": "Hamilton Trading Ltd.", "country_code": "GB", "danish_identity_number": "220550-6218", "email": "[email protected]", "family_name": "Osborne", "given_name": "Frank", "postal_code": "NW1 6XE", "region": "Greater London", "swedish_identity_number": "556564-5404"}, "redirect_uri": "https://my-website.com/abc/callback", "session_token": "sesh_123", "show_redirect_buttons": true, "show_success_redirect_button": false}} |
| 12 | + "body": {"billing_request_flows":{"authorisation_url":"https://monzo.com/abc-123-things","auto_fulfil":false,"created_at":"2024-10-15T14:17:17.435Z","customer_details_captured":true,"exit_uri":"https://my-website.com/abc/callback","expires_at":"2024-10-15T14:17:17.435Z","id":"BRF123","language":"en","links":{"billing_request":"BRQ123"},"lock_bank_account":false,"lock_currency":false,"lock_customer_details":false,"prefilled_bank_account":{"account_type":"savings"},"prefilled_customer":{"address_line1":"221B Baker Street","address_line2":"Marylebone","address_line3":"City of Westminster","city":"London","company_name":"Hamilton Trading Ltd.","country_code":"GB","danish_identity_number":"220550-6218","email":" [email protected]","family_name":"Osborne","given_name":"Frank","postal_code":"NW1 6XE","region":"Greater London","swedish_identity_number":"556564-5404"},"redirect_uri":"https://my-website.com/abc/callback","session_token":"sesh_123","show_redirect_buttons":false,"show_success_redirect_button":true,"skip_success_screen":true}} |
13 | 13 | }
|
14 | 14 | }
|
15 | 15 |
|
0 commit comments