Country | Allowed Transaction type | Account provider id |
|---|---|---|
Mex | spei_credit | pr_mex_cobre2 |
Mex | spei_credit | pr_mex_cobre3 |
Mex | spei_credit | pr_mex_cobre (🚧 Coming soon) |
Mex | spei_credit | pr_mex_072 (🚧 Coming soon) |
Mex | spei_credit | pr_mex_014 (🚧 Coming soon) |
Mex | spei_credit | pr_mex_012 (🚧 Coming soon) |
transaction_id (either from a cobre balance or connect). This transaction should have one of the valid combinations mentioned above.spei_return.mm_return.spei_debit will be reflected on the cobre balance or connect account.Keep in mind that it is not possible to perform spei_returnmoney movements betweenpr_mex_cobre3accounts.
This type of money movement is not compatible with the Account Linkeage funtionality
curl --location --request POST 'https://api.cobre.co/v1/money_movements_return' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "trx_1232145215",
"metadata": {
"description": "Returned transaction"
}
}'{
"id": "mm_123456789012",
"batch_id": "",
"external_id": "trx_1232145215",
"mm_approval_id": "",
"creator": "usr_bGcdf26rR4",
"type": "spei_return",
"geo": "mex",
"status": {
"state": "initiated",
"code": "string",
"description": "string"
},
"source_id": "acc_KJnAkypWSc",
"source": {},
"destination_id": "cp_012345678910",
"destination": {},
"currency": "mxn",
"amount": 5000,
"metadata": {
"description": "Returned Transaction",
"tracking_key": "20240624mmbgu7gkQwofrb9o",
"reference": "0123456",
"cep_url": "https://cep.banco.com/download"
},
"created_at": "2024-06-24T15:37:37Z",
"updated_at": "2024-06-24T15:37:38Z",
"checker_approval": false
}