Authorization: Bearer ********************curl --location --request POST 'https://api.cobre.co/v1/checkouts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "My first Checkout Link",
"amount": 1000,
"external_id": "external_id",
"source_id": "cp_7TXCY43Mks",
"destination_id": "acc_MGHbwJmZeu",
"checkout_rails": [
"pse",
"bancolombia",
"nequi",
"breb"
],
"checkout_header": "Checkout Header",
"checkout_item": "Checkout Item",
"description_to_payee": "Checkout Link",
"valid_until": "2050-12-31T23:59:00Z",
"money_movement_intent_limit": 1,
"redirect_url": "https://www.cobre.com/"
}'{
"id": "chk_0987654321",
"alias": "My first Checkout Link",
"geo": "col",
"amount": 1000,
"external_id": "external_id",
"source_id": "cp_7TXCY43Mks",
"destination_id": "acc_MGHbwJmZeu",
"checkout_rails": [
"pse",
"bancolombia",
"nequi",
"breb"
],
"checkout_header": "Checkout Header",
"checkout_item": "Checkout Item",
"valid_until": "2050-12-31T23:59:00Z",
"money_movement_intent_limit": 1,
"money_movement_created": 1,
"redirect_url": "https://www.cobre.com/",
"checkout_url": "https://links.cobre.co/KyQyQJ",
"description_to_payee": "Checkout Link",
"active": true,
"created_at": "2025-03-27T21:28:07Z",
"updated_at": "2025-03-27T21:28:07Z"
}