Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 6.06 KB

File metadata and controls

9 lines (6 loc) · 6.06 KB

MerchantCallbacksInput

Fields

Field Type Required Description Example
callback_urls List[models.MerchantCallbacksInputCallbackURL] ✔️ List of callback URLs to configure [
{
"type": "oauth_redirect",
"url": "https://example.com/1"
},
{
"type": "oauth_logout",
"url": "https://example.com/2"
},
{
"type": "get_account",
"url": "https://example.com/3"
}
]
division_id str ✔️ The unique ID associated to the merchant's Bolt Account division; Merchants can have different divisions to suit multiple use cases (storefronts, pay-by-link, phone order processing). Use the Bolt Merchant Dashboard to switch between divisions and find the division ID under Merchant Division Public ID. 3X9aPQ67-YrB