Collections
Create and manage collections for receiving payments through Bre-B
Endpoints for creating collections to receive payments through the Bre-B network.
Endpoints
POST /api/v1/collections
Create collections
GET /api/v1/collections
List collections
GET /api/v1/collections/{id}
Get collection by ID
PATCH /api/v1/collections/{id}
Update a collection
DELETE /api/v1/collections/{id}
Delete a collection
GET /api/v1/collections/{collection_id}/attempts/{id}
Get collection attempt by ID