Create a Billing Request Flow
POST {{url}}/billing_request_flows
Creates a new billing request flow.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"billing_request_flows": {
"id": "BRF0000M5KMTPANW9AG56MV3GSMSVT9R",
"auto_fulfil": true,
"redirect_uri": "https://gocardless.com/",
"exit_uri": "https://developer.gocardless.com/",
"authorisation_url": "https://pay-sandbox.gocardless.com/billing/static/flow?id=BRF0000M5KMTPANW9AG56MV3GSMSVT9R",
"lock_customer_details": false,
"lock_bank_account": false,
"session_token": null,
"expires_at": "2022-11-08T16:28:31.869Z",
"created_at": "2022-11-01T16:28:31.873Z",
"links": {
"billing_request": "BRQ00019RM2676C"
},
"config": {
"merchant_contact_details": {
"email": "solutions@gocardless.com",
"phone_number": null
},
"scheme_identifiers": [
{
"scheme": "bacs",
"advance_notice": 3,
"name": "GoCardless Ltd",
"reference": "275069",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless Ltd"
},
{
"scheme": "autogiro",
"advance_notice": 8,
"name": "GoCardless",
"reference": "3171634",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless"
},
{
"scheme": "betalingsservice",
"advance_notice": 6,
"name": "GoCardless",
"reference": "09025677",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless"
},
{
"scheme": "becs_nz",
"advance_notice": 2,
"name": "GoCardless",
"reference": "1220559",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless"
},
{
"scheme": "pad",
"advance_notice": 3,
"name": "GoCardless",
"reference": "2185310000",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless"
},
{
"scheme": "ach",
"advance_notice": 2,
"name": "GoCardless",
"reference": "00000000",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless"
},
{
"scheme": "faster_payments",
"advance_notice": 0,
"name": "GoCardless",
"reference": "000000",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless"
},
{
"scheme": "becs",
"advance_notice": 1,
"name": "Enterprise Solut",
"reference": "484141",
"address": "3rd Floor, London, EC1V 7LQ, AU",
"bank_statement_name": "Enterprise Solut"
},
{
"scheme": "sepa_credit_transfer",
"advance_notice": 0,
"name": "GoCardless",
"reference": "00000000",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless"
},
{
"scheme": "sepa_instant_credit_transfer",
"advance_notice": 0,
"name": "GoCardless",
"reference": "00000000",
"address": "Sutton Yard, 65 Goswell Road, London, EC1V 7EN, GB",
"bank_statement_name": "GoCardless"
},
{
"scheme": "sepa_core",
"advance_notice": 3,
"name": "Enterprise Solutions",
"reference": "GB27ZZKSDDBARC0000007495895",
"address": "Test, Test, EC1V 7LQ, GB",
"bank_statement_name": "GC re Enterprise Solutions"
}
],
"payer_theme": {
"address_lookup_item_hover_colour": "#48494C",
"button_background_colour": "#00A87E",
"button_border_hover_colour": "#009771",
"button_text_colour": "#FFFFFF",
"content_box_background_colour": "#000000",
"content_box_border_colour": "#D7D9DE",
"footer_copy_text_colour": "#545048",
"footer_link_text_colour": "#545048",
"header_background_colour": "#FFFFFF",
"header_text_colour": "#000000",
"input_border_focus_colour": "#000000",
"link_text_colour": "#3179D9",
"success_content_box_border_colour": "#FFFFFF"
},
"creditor_logo_url": "https://res.cloudinary.com/gocardless/image/fetch/w_300,h_50,c_limit,dpr_3.0/https://uploads-sandbox.gocardless.com/9c04ea060fbae0021b93d52258918041.jpeg"
},
"redirect_flow_id": null,
"show_redirect_buttons": true,
"lock_currency": true,
"prefilled_customer": null,
"prefilled_bank_account": null
}
} |
ENDPOINTS