Number of APIs: 6
POST {{url}}/blocks/{{block}}/actions/enable
Enables a previously disabled block so that it will prevent mandate creation https://developer.gocardless.com/api-reference/#blocks-enable-a-block
POST {{url}}/blocks
Creates a new Block of a given type. By default it will be active.
POST {{url}}/blocks/block_by_ref
Retrieves the details of an existing block.
POST {{url}}/blocks/{{block}}/actions/disable
Disables a block so that it no longer will prevent mandate creation. https://developer.gocardless.com/api-reference/#blocks-disable-a-block
GET {{url}}/blocks/{{block}}
Retrieves the details of an existing block. https://developer.gocardless.com/api-reference/#blocks-get-a-single-block
GET {{url}}/blocks
Returns a cursor-paginated list of your blocks. https://developer.gocardless.com/api-reference/#blocks-list-multiple-blocks
ENDPOINTS