Digital services
Digital services sold through the Cobru platform, such as recharges and PIN-based products.
The services family is documented from legacy Cobru exports and product-menu visibility. The overall capability is clear, but you should still verify inventory behavior and fulfillment responses before go-live.
Cobru's API menu exposes a Servicios section for digital products. These endpoints are
useful when Cobru is acting as a digital-goods distribution surface in addition to a payments
API.
Choose a service workflow
Recharge cell phone
Create mobile recharges after validating operator, number formatting, and fulfillment behavior.
Browse PIN catalog
Load sellable products before presenting an offer to the end user.
Buy PIN
Execute PIN fulfillment only after validating provider fields and inventory assumptions.
Visible capabilities
| Capability | Method | Path | Confidence |
|---|---|---|---|
| Cell phone recharge | POST | /request_service_reload/ | legacy-doc |
| PIN products list | GET | /pines/all_pines/ | legacy-doc |
| PIN purchase | POST | /pin/ | legacy-doc |
| Data packages list | GET | /packages/all_packages/ | legacy-doc |
| Data package purchase | POST | /packages/buy/ | legacy-doc |
Service workflow
Fetch catalog or operator data before presenting an offer to the end user.
Create the recharge, PIN purchase, or package purchase with the expected provider fields.
Reconcile fulfillment result and inventory availability before confirming success to the customer.