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