List Checkout Link
GET /checkout/link/list/
Returns the details of an existing Connect Link.
This list uses pagination.
Available Filters
This endpoint supports advanced filtering and search capabilities based on the parameters below.
The parameters should be appended to the API URL as follows:
https://api.druo.com/connect/link/list?uuid=cnl_1231-123123-123123-1234&end_user_email=j.smith@example.com.
Category | Query Parameter | Description |
General | delivery_status | The connect link's delivery status. |
General | code | The connect link's code. |
General | uuid | The connect link's uuid. |
General | primary_reference | The end of creation date range in GMT time. |
General | secondary_reference | Any value contained within the secondary reference. |
General | date_from | The beginning of the creation date range in GMT time. |
General | date_to | The end of creation date range in GMT time. |
End User | end_user_uuid | Any connect link with an end user uuid |
End User | end_user_code | Any connect link with an end user code |
End User | end_user_email | Any connect link with an end user email |
End User | end_user_local_id | Any connect link with an end user local id |
Response Fields
uuid
string
The Connect Link’s UUID.
Example value: clk_422f0f81-5001-4cce-a229-242d9ab9960a
code
string
The checkout Link’s code.
Example value: CSFM03FNA3
url
string
The URL that the user should be sent to to connect their account.
Example value: https://link.druo.com/checkout/?sl=e4243523423423423423
delivary_status
string
Link delivery status
Example value: OPENNED
link_name
string
The name for this Checkout link.
Example value: Default checkout
link_description
string
The description for this Checkout link.
Example value: Checkout for Order #3553432
background_color
string
The HEX code for the link’s background color.
Example value: #333333
sidebar_background_color
string
The HEX code for the link’s transaction details background color. If empty, will default to #f2f2f2.
Example value: #f2f2f2
sidebar_text_color
string
The HEX code for the link’s transaction details text color. If empty, will default to #333333.
Example value: #222222
main_content_box_
background_color
string
The HEX code for the link’s verification flow background color. If empty, will default to #ffffff.
Example value: #ffffff
main_content_box_text_color
string
The HEX code for the link’s verification flow text color. If empty, will default to #333333.
Example value: #333333
button_color
string
The HEX code for the link’s button color.
Example value: #ffffff
button_text_color
string
The HEX code for the link’s button text color.
Example value: #000000
end_user
EndUser
Customer Information.
See more here.
transaction
Payment
Payment Information.
See more here.
default_institution
string
The connect link’s default institution.
primary_reference
string
The connect link’s primary reference. Can be any value to associate the connected account to an entity in an external system.
Example value: 23423524
secondary_reference
string
The connect link’s primary reference. Can be any value to associate the connected account to an entity in an external system.
Example value: bj39fhow39fhqp3f0hfae4344
default_language
string
The language code to display this link in. If left blank, system will default to English.
Possible values: es_CO
, en_US
redirect_url
string
The URL to redirect to after the connection flow is completed. Reference, Status, and Connected Account Code will be appended as URL parameters. For example, if the provided redirect URL is http://www.example.com/order-complete, a successful transaction redirects the customer to: http://www.example.com/order-complete?code=CM9D3DOH39H&…
Example value: https://example.com
expiration_date
string
The expiration date for this Connect Link in GMT time. If set, the user will be presented with an error upon open opening the link.
Example value: 2021-11-16T23:23:38
expired
string
If true, the link is expired.
Example value: FALSE
custom_confirmation_page
boolean
If true, the user will be taken directly to the redirect URL without showing the DRUO redirect page.
Example value: FALSE
curl --location 'https://api.druo.com/checkout/link/list' \ --header 'DRUO-Version: 2021-11-22' \ --header 'Authorization: Bearer ACCESS_TOKEN'
{ "checkout_links": [ { "uuid": "chl_3a1be49e-825b-4761-9c3d-90c0fc242b5f", "code": "TYTZCPINMYCP", "url": null, "delivery_status": null, "link_name": "Cafenovo Checkout", "link_description": "Pago", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#4a4a4a" }, "button_color": { "hex": "#4a90e2" }, "button_text_color": null, "end_user": null, "transaction": null, "default_institution": null, "primary_reference": null, "secondary_reference": null, "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_346a155d-2a62-4342-8a6d-22ce0aec3e9d", "code": "CHTT2XMT3GV7", "url": null, "delivery_status": null, "link_name": "Name of link", "link_description": "", "background_color": { "hex": "#ffffff" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#ffffff" }, "main_content_box_background_color": { "hex": "#ffffff" }, "main_content_box_text_color": { "hex": "#ffffff" }, "button_color": { "hex": "#ffffff" }, "button_text_color": { "hex": "#ffffff" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "", "secondary_reference": "", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_ade4cfc4-b29b-4c0c-a245-29feb3b8aa39", "code": "CHVYE9XLRHNM", "url": null, "delivery_status": null, "link_name": "Name of link", "link_description": "", "background_color": { "hex": "#ffffff" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#ffffff" }, "main_content_box_background_color": { "hex": "#ffffff" }, "main_content_box_text_color": { "hex": "#ffffff" }, "button_color": { "hex": "#ffffff" }, "button_text_color": { "hex": "#ffffff" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "", "secondary_reference": "", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_49a203cd-58d8-43cf-a361-6877c679a063", "code": "CHP3Y9LCZ6VY", "url": null, "delivery_status": null, "link_name": "Name of link", "link_description": "", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": null, "button_color": null, "button_text_color": null, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "", "secondary_reference": "", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_51dc26fc-7cf0-489f-9a42-15af2d191b7b", "code": "CH7WEM6UUAU4", "url": null, "delivery_status": null, "link_name": "Name of link", "link_description": "", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": null, "button_color": null, "button_text_color": null, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "", "secondary_reference": "", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_d084bc40-6882-4c6f-b2b0-a3ef939d6c76", "code": "CHL3KP4NKPEC", "url": null, "delivery_status": null, "link_name": "Name of link", "link_description": "", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": null, "button_color": null, "button_text_color": null, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "", "secondary_reference": "", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_7e95fcef-eaf7-4d01-bac0-bab8c63962c4", "code": "CHNWFV6DVCRP", "url": null, "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_8cb024b2-a481-4608-9bc3-083175602e12", "code": "CHJ372PUKNRK", "url": null, "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_6c0cc268-c002-4f41-a088-a98f7a6c7f82", "code": "CHJZDW6KMJ7W", "url": null, "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_20696922-f624-4045-8ccd-a1bf974c77a3", "code": "CHJDD4AMMU94", "url": null, "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_681263be-63c7-46fd-aabd-59300aa2aea7", "code": "CHJGYWVGL9H7", "url": null, "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_348d93cf-6ab6-4608-b90c-dbfb6ed95a62", "code": "CHUVPPNZT62D", "url": "https://link-dev.druo.com/checkout/?sl=fc9c7836-7330-4ea1-89c0-9bf0326ed36b-e7d46864-b4b3-4f4e-b208-ae3b5782f80d", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_e945662c-a956-4382-b06c-a3f979faaa1c", "code": "CHH9RXAWCY6L", "url": "https://link-dev.druo.com/checkout/?sl=24e02054-3e75-4a7c-8ad0-6636daccc360-ae6723b3-f920-45fa-860d-c5cc32cb0b04", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_d9734996-1215-46f8-b69f-a8982338066c", "code": "CHFKCRNTALRW", "url": "https://link-dev.druo.com/checkout/?sl=d1c5a6f9-bcad-4b79-9d63-bf2a78fd8a26-fc45bfb2-b892-48f5-acb2-fc388a239721", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_96e11fd0-19df-4df4-82ac-bb5d7c3f0838", "code": "CHE3LYGJGR6P", "url": "https://link-dev.druo.com/checkout/?sl=9848735a-71de-46b4-9a3f-f9e4596eff77-3af3b348-dc8a-40a3-9c7f-6e4f74ab0839", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_e21a97ff-da0a-4858-a4c4-fe389dadd121", "code": "CHENKLLE9GZW", "url": "https://link-dev.druo.com/checkout/?sl=07307eb5-b8aa-4cbc-8ce9-7bd456b4e80b-38f39078-6cfe-4db2-b0cb-2dfce2d46e41", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_c3765d85-5411-4d33-82d4-cda2fbd364e4", "code": "CHGPFNA74MJN", "url": "https://link-dev.druo.com/checkout/?sl=dda57aba-740f-4121-8d2e-5829b3270bfc-a9f87c4c-760c-429b-818e-e8ef0e6e5245", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_bf8f795c-50e2-42e6-87ab-4fb906990368", "code": "CHZ2CY74PLVC", "url": "https://link-dev.druo.com/checkout/?sl=2318e5bd-02c3-4120-a60b-ca9292673747-c4e31060-7a1c-4fda-bcd2-f9a57df80be1", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_0eadc430-89fd-45ad-971b-d5c595415545", "code": "CHUA2W4A2JGN", "url": "https://link-dev.druo.com/checkout/?sl=b9336dc9-a0ca-470a-9cfd-871efe9b1df2-a492368f-bcce-45ba-bf96-85a0b971868d", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_166173fb-e148-4d59-974c-3e8e875d9450", "code": "CHKWP7AMNG46", "url": "https://link-dev.druo.com/checkout/?sl=09b2ed36-58b3-4e31-b66d-067b6315b8cc-0029fe24-7239-4234-bf1b-1ae4a558564b", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_325305cd-6fe4-4119-b23a-7bd9e2eb3906", "code": "CHU6KXJZDA3Y", "url": "https://link-dev.druo.com/checkout/?sl=22546f37-8e9c-402d-9dc1-f29471740ac8-78178f07-2655-4b47-a44a-90fece654d38", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_b4c29f79-68da-4684-b6af-2200af47be99", "code": "CHXM3U7TXNYK", "url": "https://link-dev.druo.com/checkout/?sl=6ce63c9f-e076-45e0-8168-4d1c09a1e2cd-b05e4309-88cb-4b48-b3a9-c993445ef7ac", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_b81df15f-5f70-42fa-b8f3-bcb00cee0f31", "code": "CHZR3PMV2EX9", "url": "https://link-dev.druo.com/checkout/?sl=9afa8202-ba02-4273-9d31-58296c3b39ca-e2c7e7fc-ed01-4357-9237-b8d82c5d264e", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_d221af0f-5bc4-41e3-9ebd-8aca174cbf98", "code": "CHF4V2RU9PPG", "url": "https://link-dev.druo.com/checkout/?sl=838da66b-0880-4607-a886-7094d41d1abb-a575b465-60ee-4f2c-b3e5-71295b280b65", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_b008a1f1-ad66-4865-8ad5-04336c34b968", "code": "CHMA2AERDAJR", "url": "https://link-dev.druo.com/checkout/?sl=4e960e14-a79d-4497-8d13-b2f3510e66e0-be9378b9-534e-4dae-b773-456547b19b0a", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_4d228790-c430-4dac-bf08-654a501075c9", "code": "CHEX3LPCANJV", "url": "https://link-dev.druo.com/checkout/?sl=5d706887-53fb-413f-ad9a-1d88f3a2c3ec-3204ebb3-8a41-4b98-840c-79211ba51aaf", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_f885966e-b599-4a2a-8b3c-18078c92bf75", "code": "CHR3X3MGX4KN", "url": "https://link-dev.druo.com/checkout/?sl=1051b045-3d60-48ca-8908-5cb516847978-4cb09792-3ff3-469d-9b55-1120148cd213", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_d8e3814f-8464-4791-9bd6-fafcf4c340ae", "code": "CHLNEEWXTDN4", "url": "https://link-dev.druo.com/checkout/?sl=fe42f8d1-49af-41e2-a946-b339bd8780c3-e9b48cc4-22e2-4896-9925-f9b83c40df47", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_3eda59cb-f2d8-4bfe-a4c8-807bebac74fb", "code": "CHYUG2AR2G6Y", "url": "https://link-dev.druo.com/checkout/?sl=80b6846a-c30b-4662-9811-b8b3d95a5bbf-e1f97bfc-1126-43c3-abc9-e91724dc251e", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_34d64169-e814-4674-84e6-a8b4e8fa86b0", "code": "CHD446JMELTF", "url": "https://link-dev.druo.com/checkout/?sl=deed6577-0a21-4cc4-98c1-b68c597f8f6e-77f642cf-79a9-45f0-aa83-60b7f6a8302c", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_3e68f589-651c-4996-81f2-f218708ae4b1", "code": "CHTMDN9TXEMM", "url": "https://link-dev.druo.com/checkout/?sl=a7e44fee-cbb7-4819-8e6e-275a24d45ee3-3424b833-d8f5-4ca6-989d-537e9f3d285f", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_3a77b7bb-e52f-4151-b501-0e55727e96f2", "code": "CHUPZEGTJF6N", "url": "https://link-dev.druo.com/checkout/?sl=d06f5492-7e51-437c-b506-ca050ca899ae-394536bb-dd28-46ce-9af6-87b8064081bd", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_386c4f45-8a8e-4b90-bab4-f0bb5e2fe181", "code": "CHAPRR7JW9VF", "url": "https://link-dev.druo.com/checkout/?sl=2004d0ab-65ba-45fb-a17a-2e33494886f9-86b6b210-5489-40a6-99fb-dd47f1af0c87", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_47f5887c-2359-4bcf-bdb3-3bfc7927c5a0", "code": "CHAJ6WGAX3YM", "url": "https://link-dev.druo.com/checkout/?sl=9e6af619-e86c-4db2-beac-9e54e9def7d1-44cbd270-21e3-4ef7-a4fb-aee09041fe67", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_6d3f13da-b498-492b-9544-1e10e6b930a2", "code": "CHD9TLKVU2EJ", "url": "https://link-dev.druo.com/checkout/?sl=423e3829-23e6-469e-ac84-23807dee7731-59ffbec2-7dd1-4ee6-a34d-e458cc9bf57d", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_6474cd9d-15d6-44ee-8b92-4f9c21dcabdf", "code": "CH4YPHJVXMXA", "url": "https://link-dev.druo.com/checkout/?sl=95f22e8e-309d-41e5-9cd5-8d876d2d5c90-501ccbb7-5ffd-4db0-93bf-c84e0904f0a8", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_4cda5d34-c9ae-43b7-a040-acef4f213cdd", "code": "CH4CHA2X6RG3", "url": "https://link-dev.druo.com/checkout/?sl=f1aab10f-b38c-4584-aa17-c324e2c8ee73-e235c6cf-23f7-47d8-9114-b16e5500bdc3", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_ba0df386-4b6d-4209-ad3f-1183aa1d9d63", "code": "CHFTM367CHXK", "url": "https://link-dev.druo.com/checkout/?sl=3183163d-ff4d-470f-b21b-777bc24d7b09-8e35dad9-5645-44a3-8591-c623c761c9dd", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_1fb07059-6cab-4d16-a267-8694e124b8b8", "code": "CHLC99UV7UMJ", "url": "https://link-dev.druo.com/checkout/?sl=0c358dc6-e859-492f-9bdb-c9edd63b64c1-c9bfc271-1dc8-49d2-af97-2026bd3bd7ca", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_06da9328-0355-4bb3-8c62-7e80f9e09b4d", "code": "CHALFL6CZP7X", "url": "https://link-dev.druo.com/checkout/?sl=304d8972-3237-4315-828d-1cd03eb500c8-f00b3dbc-aaad-443e-947c-2ea9fec76ad0", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_db5be87f-1163-4103-b2e2-e5d62e87eff8", "code": "CHT2CCTTL6GZ", "url": "https://link-dev.druo.com/checkout/?sl=843186f7-e922-48fb-ac19-d20bce7c1a06-a0176a42-7861-4dec-bb7b-355665511c1b", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_d514bb71-b263-46e5-ba82-7e8b47caff90", "code": "CH7GPFJEXYGJ", "url": "https://link-dev.druo.com/checkout/?sl=6f2bc5b6-c253-4385-a9d1-95e18ec98539-8f04542e-d623-4b92-9394-a0f824ed9c22", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_3825707f-5c66-4e87-b518-c3cff9d1ac24", "code": "CHJVYMAFTUKW", "url": "https://link-dev.druo.com/checkout/?sl=8c36ed24-d2f8-4fd4-9cb1-1ba4b68a4852-07c5c8ba-05f2-4e4c-99ee-3555fa2ea9c7", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_73624fb0-3ea1-4885-98a5-ffdfceb85577", "code": "CH9A6XM4JJNH", "url": "https://link-dev.druo.com/checkout/?sl=d5052a82-a909-4b5d-80bd-0b1205f7b307-81ddad23-693a-4114-b471-be59786ca6eb", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_adc9ab3d-2920-442d-8c41-4e1487ef0267", "code": "CHCWTHRDZKML", "url": "https://link-dev.druo.com/checkout/?sl=fa8fe026-4275-4c00-a347-364356c16966-c3c9764c-efa4-4140-bd83-28ab7f01f457", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_491975b1-dfcc-4d19-84ef-4e9b0c771825", "code": "CHGLJ7K4PHVZ", "url": "https://link-dev.druo.com/checkout/?sl=69b08840-cc84-4f45-8ac3-74b70e618b76-cc772dbd-7fe0-484c-848e-22f46ebadf34", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_08d361c3-f2c0-49b2-8002-6b9aa84963e0", "code": "CHJJHAJWVA27", "url": "https://link-dev.druo.com/checkout/?sl=db3ea261-27aa-4b45-9fa3-8aa352644b03-a765b0ff-ac01-4db4-824e-ac7763e604fd", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_a07812d8-18d8-463a-934e-ef466c2ac055", "code": "CHTJJXKFYELT", "url": "https://link-dev.druo.com/checkout/?sl=66cdbd0a-d967-490d-bd40-bc60c16c4504-26eac26d-8e4c-4196-b6ef-36ffbe1469a8", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_e1320cad-522c-4f6e-8f86-493c7aaab3f4", "code": "CHUHL24DNVHZ", "url": "https://link-dev.druo.com/checkout/?sl=390c6fb8-daa4-4390-b8c2-2493377515d5-8c6abc70-281f-4d08-be21-fbcb31a98f63", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_89fdbf48-d27d-455d-bfac-c94d5081f471", "code": "CHWMX9X3EWYE", "url": "https://link-dev.druo.com/checkout/?sl=6246be02-9520-4880-9874-00c5441ff9d5-0c530877-e056-4de3-9150-c25e84216a38", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_4752b113-0d6f-4a89-880f-a80dfd6a8fc1", "code": "CHHZ3YA6PF9Z", "url": "https://link-dev.druo.com/checkout/?sl=39b812f1-cf30-4f49-b5a8-24b2de692c77-dc49617f-59c4-4c59-ba2b-654688b61d81", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_e18b39ec-7cdc-4b6c-9750-05ac8ea8ea11", "code": "CHRWTJX3RWZM", "url": "https://link-dev.druo.com/checkout/?sl=02a17e5b-0374-4681-a498-3fa6513881e3-3c32a86a-39b1-4b02-a1ed-785b77c03614", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_7e13db87-2b93-415c-9dce-20361f8d5f89", "code": "CHVT3CW7NR9L", "url": "https://link-dev.druo.com/checkout/?sl=e2729aaf-e8fc-4452-9579-206be8496caf-5d339cce-b539-475e-9d09-68451156e30c", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_332d718d-6e97-4c1f-8fd9-4895138e1be4", "code": "CHFEWZM2MWY7", "url": "https://link-dev.druo.com/checkout/?sl=594767e6-5dcf-4904-8939-cdadd436f2fb-bfc440b5-3510-457b-a0e4-3c820c07a813", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_794ee65d-c0dd-4d43-a020-908e2ee20d1a", "code": "CHUVPFP7CVMX", "url": "https://link-dev.druo.com/checkout/?sl=66e928b9-fb41-4827-beea-5183f3bd185e-5c14a84b-1cd6-4d7f-85cb-a6a6dca1514b", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_bbe36023-0102-4a13-a29e-702994ebc740", "code": "CHE2WCE3LP7Y", "url": "https://link-dev.druo.com/checkout/?sl=de9caadc-86ed-44a4-8764-f2ef3593e594-afc641f9-d24c-4a5d-9c02-71e6d3e653e6", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_8788b8de-aad2-45f5-97e4-e34bffea45bf", "code": "CHVETXFJ7ZGH", "url": "https://link-dev.druo.com/checkout/?sl=d082cfdd-75ff-434a-b940-f3e5eb0ce188-638b832b-59e4-4420-9332-50bf84032d4a", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_20d746fd-4c9d-46af-8935-500a4d44b0a8", "code": "CHEHLJJT2MVG", "url": "https://link-dev.druo.com/checkout/?sl=17b92797-1285-4cdf-a07c-ca9382857e12-6468732f-5ed8-44dc-928e-53f11793194c", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_78f2aab2-69a9-4da5-a688-165a9d91d10c", "code": "CH9PHMLCP9JU", "url": "https://link-dev.druo.com/checkout/?sl=85890cd8-d589-4d4b-a6e7-c422a793dad8-c65f3806-60ee-4f93-869c-364a7d155f8c", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_36ad63f6-a89d-4470-9e36-93cc1d380f57", "code": "CHYAXK7LK7N2", "url": "https://link-dev.druo.com/checkout/?sl=661c0117-582a-4b1c-a7dd-7d56247e79ef-754650d7-a4d2-4498-854d-ee86dd532cdb", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_b025f334-ae9d-4fa5-8842-6f2dab11fb62", "code": "CHJJZ4WDPUTJ", "url": "https://link-dev.druo.com/checkout/?sl=da69b58a-c6c1-464c-b8da-4caa1e15e5b7-863f90a4-9adb-4230-9459-55efee3f3588", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_bf4dec00-a74c-434c-99b1-187ec52fb497", "code": "CHJPWZYTXRE4", "url": "https://link-dev.druo.com/checkout/?sl=397ac788-12b0-4dc0-b971-8fbff1274bda-61e95313-9cac-4915-8361-8807e0abcf14", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_328e87a6-4000-48b4-86a2-9157d6e35b5b", "code": "CH6FCJPPNRZJ", "url": "https://link-dev.druo.com/checkout/?sl=01592902-3b1c-4f9f-b0a2-c5019d0d9145-cd00860c-ae80-4884-9442-16d1081560af", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_5c53eb5b-c716-4032-a95e-7afa1fc47d37", "code": "CH33WFD2KNC6", "url": "https://link-dev.druo.com/checkout/?sl=bfaf4343-cfea-4eba-85a0-18de2bd219b3-797f41fb-55ef-4f3b-b8e7-4ac6e486730c", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_bc7b8eff-30ee-4aaa-b272-97e825defadb", "code": "CHXRJUGNNU4G", "url": "https://link-dev.druo.com/checkout/?sl=e307fb41-9947-4b1b-906d-ceeb22928015-5586d3d1-d4a9-4da4-b50e-b965afcff6f3", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_4d6254da-aad4-4e07-b116-4fbd8dec1a96", "code": "CH3FEE7XV2WY", "url": "https://link-dev.druo.com/checkout/?sl=3c87487c-beb1-4c2c-a7ad-a3fd079bc523-1e4fd8e2-484f-4c2f-9a7c-b09add26fb52", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_c127fbfb-9236-4548-8246-583dee2cc15c", "code": "CHRNYLZHHKJ9", "url": "https://link-dev.druo.com/checkout/?sl=b252080f-1bee-4722-a275-d580b90ede48-a39dfccb-efe4-4e15-94de-474837aeb38b", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_a6158e8b-fee9-4d8f-8f42-21ebdae46139", "code": "CHE7PHNG9V93", "url": "https://link-dev.druo.com/checkout/?sl=2abb4832-2aee-43b9-95f9-134c885b7ec7-b9ccace8-7a95-48ef-ac00-346a17d35474", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_f477dc16-0c14-4bc3-b3e8-ca632d580512", "code": "CHXYE7AEYMV3", "url": "https://link-dev.druo.com/checkout/?sl=6130df6c-bcdf-4831-b9ea-b4beb77699a5-8d778247-da84-4614-8346-af76548e0103", "delivery_status": null, "link_name": "Checkout link", "link_description": "Transaction description", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#c0c0c0" }, "main_content_box_background_color": null, "main_content_box_text_color": { "hex": "#333333" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": null, "transaction": null, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": null, "redirect_url": "druo.com", "expiration_date": null, "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_6f73ca14-07ec-4290-bfe4-9de9ff17706e", "code": "CH3YICE326A5", "url": "https://link-dev.druo.com/checkout/?sl=c49c60dd-9475-476a-b4cc-49402e27b28c-93ec78f8-7422-4d8f-8924-3756511ac11c", "delivery_status": "CREATED", "link_name": "Checkout Link", "link_description": "Link created via DRUO Portal", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": null, "button_color": null, "button_text_color": null, "end_user": { "uuid": "eur_c6d636ec-afd6-4fea-9418-e5b3a8b9579e", "code": "E2Y7YL72PME", "type": "INDIVIDUAL", "first_name": "John", "last_name": "Smith", "organization": "ABC Company", "local_id": "123456789", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "1990-07-19", "email": "j.smith@druo.com", "phone_number": { "country_code": "57", "number": "12345678" }, "address": { "locality": "Locality", "sublocality": "Locality", "administrative_district": "Testing", "postal_code": "110110", "country": "COL", "address_line_1": "Address 1", "address_line_2": "Address 2", "address_line_3": "Address 3" }, "preferred_language": "es_CO", "note": "Great customer.", "primary_reference": "User Primary Reference Here", "secondary_reference": "User Secondary Reference Here", "metadata": { "end_user_example_key_1": "value1", "end_user_example_key_2": "value2", "end_user_example_key_3": "value3" }, "date_created_gmt": "2023-01-03T11:05:38.260713+00:00", "date_updated_gmt": "2023-06-16T23:07:21.150635+00:00" }, "transaction": { "uuid": "trx_4b2098dd-3d64-4169-99ac-96c47fccd6df", "code": "T3YICE329DR", "status": "PENDING", "tenant": { "uuid": "ten_35516d40-ca41-4fa3-885c-d13d0ccdae0a" }, "type": "PAYMENT", "creation_source": "MERCHANT_PORTAL", "amount": 300, "variable_fee": "6", "fixed_fee": "0", "total_fee": "6", "net_amount": "294", "currency": { "code": "COP" }, "description": "Test description", "remarks": null, "funding_source": null, "statement_descriptor": null, "primary_reference": "", "secondary_reference": null, "metadata": null, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-16T21:38:28.949Z", "date_updated_gmt": "2023-06-16T21:38:37.662Z", "additional_recipients": null }, "default_institution": null, "primary_reference": null, "secondary_reference": null, "default_language": null, "redirect_url": null, "expiration_date": "2023-06-23T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_53526b3e-ba0f-411d-bd7e-33c795c049e5", "code": "CH3YICII28GH", "url": "https://link-dev.druo.com/checkout/?sl=1f0d4910-69a9-4937-8b72-f9af52f750f9-0290476d-9103-4892-8f15-65300d4dbd57", "delivery_status": "CREATED", "link_name": "Checkout Link", "link_description": "Link created via DRUO Portal", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": null, "button_color": null, "button_text_color": null, "end_user": { "uuid": "eur_ddd712ae-1275-4c44-9de8-cadab24714c7", "code": "EH9H3VNTCXJ", "type": "INDIVIDUAL", "first_name": "John", "last_name": "Doe", "organization": null, "local_id": "1234", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "1992-01-01", "email": "john1992@test.com", "phone_number": { "country_code": "57", "number": "3002328080" }, "address": { "locality": "4", "sublocality": "k", "administrative_district": "fo", "postal_code": "111101", "country": "COL", "address_line_1": "Calle 1 # 19A - 91", "address_line_2": "Casa", "address_line_3": "#2" }, "preferred_language": "en_US", "note": "NOTE 1992", "primary_reference": "P1", "secondary_reference": "S1", "metadata": { "TEST": "test" }, "date_created_gmt": "2023-06-16T07:02:10.940149+00:00", "date_updated_gmt": "2023-06-16T22:03:18.105186+00:00" }, "transaction": { "uuid": "trx_2fbc8daf-477e-4141-8d79-36e380eb9f97", "code": "T3YICII29NC", "status": "PENDING", "tenant": { "uuid": "ten_35516d40-ca41-4fa3-885c-d13d0ccdae0a" }, "type": "PAYMENT", "creation_source": "MERCHANT_PORTAL", "amount": 400, "variable_fee": "8", "fixed_fee": "0", "total_fee": "8", "net_amount": "392", "currency": { "code": "COP" }, "description": "Second test", "remarks": null, "funding_source": null, "statement_descriptor": null, "primary_reference": "", "secondary_reference": null, "metadata": null, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-16T22:03:18.186Z", "date_updated_gmt": "2023-06-16T22:03:26.455Z", "additional_recipients": null }, "default_institution": null, "primary_reference": null, "secondary_reference": null, "default_language": null, "redirect_url": null, "expiration_date": "2023-06-23T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_b2c1ace9-6464-4145-9e09-d88c322b1bbc", "code": "CH3YICUXM7LR", "url": "https://link-dev.druo.com/checkout/?sl=05c97916-fdb1-4306-87d1-b5dca4fc5e41-22680040-2d40-4c34-bdd0-424d488f301a", "delivery_status": "CREATED", "link_name": "Checkout Link", "link_description": "Link created via DRUO Portal", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": null, "button_color": null, "button_text_color": null, "end_user": { "uuid": "eur_c6d636ec-afd6-4fea-9418-e5b3a8b9579e", "code": "E2Y7YL72PME", "type": "INDIVIDUAL", "first_name": "John", "last_name": "Smith", "organization": "ABC Company", "local_id": "123456789", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "1990-07-19", "email": "j.smith@druo.com", "phone_number": { "country_code": "57", "number": "12345678" }, "address": { "locality": "Locality", "sublocality": "Locality", "administrative_district": "Testing", "postal_code": "110110", "country": "COL", "address_line_1": "Address 1", "address_line_2": "Address 2", "address_line_3": "Address 3" }, "preferred_language": "es_CO", "note": "Great customer.", "primary_reference": "User Primary Reference Here", "secondary_reference": "User Secondary Reference Here", "metadata": { "end_user_example_key_1": "value1", "end_user_example_key_2": "value2", "end_user_example_key_3": "value3" }, "date_created_gmt": "2023-01-03T11:05:38.260713+00:00", "date_updated_gmt": "2023-06-16T23:07:21.150635+00:00" }, "transaction": { "uuid": "trx_75f427c4-cc0f-4e76-9228-3cdb950360ed", "code": "T3YICUXM7MY", "status": "PENDING", "tenant": { "uuid": "ten_35516d40-ca41-4fa3-885c-d13d0ccdae0a" }, "type": "PAYMENT", "creation_source": "MERCHANT_PORTAL", "amount": 500, "variable_fee": "10", "fixed_fee": "0", "total_fee": "10", "net_amount": "490", "currency": { "code": "COP" }, "description": "Third test", "remarks": null, "funding_source": null, "statement_descriptor": null, "primary_reference": "", "secondary_reference": null, "metadata": null, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-16T23:07:21.635Z", "date_updated_gmt": "2023-06-30T12:12:21.874Z", "additional_recipients": null }, "default_institution": null, "primary_reference": null, "secondary_reference": null, "default_language": null, "redirect_url": "https://google.com", "expiration_date": "2023-09-08T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_bbe18ff9-71c7-40f9-8191-becb4e0b0083", "code": "CH3YJ27YH4CD", "url": "https://link-dev.druo.com/checkout/?sl=1b4bf233-c51a-4a63-9fd4-fcb4ab867f61-a47ba14d-2772-4427-884d-671760e1124f", "delivery_status": "CREATED", "link_name": "Checkout Link", "link_description": "Link created via DRUO Portal", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": null, "button_color": null, "button_text_color": null, "end_user": { "uuid": "eur_2aa2bfef-1059-4c7d-b955-55ef2e99d738", "code": "E6MGE94MAG6", "type": "INDIVIDUAL", "first_name": "John", "last_name": "Smith", "organization": "ABC Company", "local_id": "123456789", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "1990-07-19", "email": "j.smith@druo.com", "phone_number": { "country_code": "57", "number": "12345678" }, "address": { "locality": "Locality", "sublocality": "Locality", "administrative_district": "Testing", "postal_code": "110110", "country": "COL", "address_line_1": "Address 1", "address_line_2": "Address 2", "address_line_3": "Address 3" }, "preferred_language": "es_CO", "note": "Great customer.", "primary_reference": "User Primary Reference Here", "secondary_reference": "User Secondary Reference Here", "metadata": { "end_user_example_key_1": "value1", "end_user_example_key_2": "value2", "end_user_example_key_3": "value3" }, "date_created_gmt": "2023-01-24T11:00:44.422803+00:00", "date_updated_gmt": "2023-06-19T17:46:05.069005+00:00" }, "transaction": { "uuid": "trx_a190cf2c-f4c1-4c72-ad06-5f302d76606b", "code": "T3YJ27YH75U", "status": "PENDING", "tenant": { "uuid": "ten_35516d40-ca41-4fa3-885c-d13d0ccdae0a" }, "type": "PAYMENT", "creation_source": "MERCHANT_PORTAL", "amount": 500, "variable_fee": "10", "fixed_fee": "0", "total_fee": "10", "net_amount": "490", "currency": { "code": "COP" }, "description": "Test", "remarks": null, "funding_source": null, "statement_descriptor": null, "primary_reference": "", "secondary_reference": null, "metadata": null, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-19T17:46:05.005Z", "date_updated_gmt": "2023-06-19T17:46:14.847Z", "additional_recipients": null }, "default_institution": null, "primary_reference": null, "secondary_reference": null, "default_language": null, "redirect_url": null, "expiration_date": "2023-06-26T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "chk_f74d89f7-71b8-403a-963a-3ddec8487cdb", "code": "CH3YJ9QDQ6KW", "url": "https://link-dev.druo.com/checkout/?sl=300cbdd2-a160-4db8-a7bf-a1bd99289d51-d76eb6e1-82e4-4aa9-84c0-a640d8a2ebc0", "delivery_status": "CREATED", "link_name": "Checkout Link", "link_description": "Link created via DRUO Portal", "background_color": null, "sidebar_background_color": null, "sidebar_text_color": null, "main_content_box_background_color": null, "main_content_box_text_color": null, "button_color": null, "button_text_color": null, "end_user": { "uuid": "eur_a7b50f71-f667-466c-8234-bee8b6b66323", "code": "EYDGVVGXTD2", "type": "INDIVIDUAL", "first_name": "John", "last_name": "Doe", "organization": null, "local_id": "1234", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": null, "email": "john@test.com", "phone_number": null, "address": null, "preferred_language": "en_US", "note": null, "primary_reference": null, "secondary_reference": null, "metadata": {}, "date_created_gmt": "2023-01-03T11:06:56.673408+00:00", "date_updated_gmt": "2023-06-20T16:16:00.060635+00:00" }, "transaction": { "uuid": "trx_d6e93bb4-dde4-47ed-a6e8-d02e73ce88d4", "code": "T3YJ9QDQ48J", "status": "PENDING", "tenant": { "uuid": "ten_35516d40-ca41-4fa3-885c-d13d0ccdae0a" }, "type": "PAYMENT", "creation_source": "MERCHANT_PORTAL", "amount": 600, "variable_fee": "12", "fixed_fee": "0", "total_fee": "12", "net_amount": "588", "currency": { "code": "COP" }, "description": "Test 2", "remarks": null, "funding_source": null, "statement_descriptor": null, "primary_reference": "", "secondary_reference": null, "metadata": null, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-20T16:16:00.635Z", "date_updated_gmt": "2023-06-20T16:16:08.269Z", "additional_recipients": null }, "default_institution": null, "primary_reference": null, "secondary_reference": null, "default_language": null, "redirect_url": null, "expiration_date": "2023-06-27T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_2cdd9e69-16df-4332-a3e0-9891865c43cb", "code": "CHWU4DVHCK2R", "url": "https://link-dev.druo.com/checkout/?sl=3608a574-5817-4557-a13d-e2a279849e5d-e292ed8e-271e-45ec-af3b-213a7e8127b2", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_92e9f488-cbf1-43a4-9fd3-823de004c025", "code": "E3YGNT6AP2A", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T03:15:50.474496+00:00", "date_updated_gmt": "2023-06-22T03:15:50.474496+00:00" }, "transaction": { "uuid": "trx_2a7cbcaa-077b-4ebe-8e4f-560e871c02ab", "code": "TZF3JJNG9UF", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T03:15:50.496Z", "date_updated_gmt": "2023-06-22T03:15:51.751Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_795fe4bc-be1f-428c-b822-05a82cb55e8e", "code": "CHCXH6P7TLAU", "url": "https://link-dev.druo.com/checkout/?sl=1fd45ba2-c285-4b44-b30a-ae8be782ce70-8eb7292f-39be-4daa-95e2-61eedd51105a", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_5511f940-da06-454e-bf4d-330bb201088d", "code": "EYVVR9RREUJ", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:36:26.272363+00:00", "date_updated_gmt": "2023-06-22T15:36:26.272363+00:00" }, "transaction": { "uuid": "trx_bf5d7b1a-e898-4634-bef1-cb04fe15dab6", "code": "TER2XKAFPT7", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:36:26.363Z", "date_updated_gmt": "2023-06-22T15:36:35.049Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_3b8a8ec1-7596-42f0-8004-4ba9deecb40a", "code": "CHLMVPWJ2E6C", "url": "https://link-dev.druo.com/checkout/?sl=b7a2bf00-09bc-4839-95ff-5b811d1e62c7-757742cc-289d-4e22-a4ab-3d2f50f5f820", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_586fc182-1f34-419d-b9cf-dbc2536930d1", "code": "ERN7GUNVVLF", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:38:36.684195+00:00", "date_updated_gmt": "2023-06-22T15:38:36.684195+00:00" }, "transaction": { "uuid": "trx_4fec0764-72ab-43bc-a51d-54f904605da9", "code": "TPVYT9CGLDD", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:38:36.195Z", "date_updated_gmt": "2023-06-22T15:38:38.823Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_723ed453-f81d-4f1d-8f65-dab507b7d782", "code": "CHZ4J7UCFRC9", "url": "https://link-dev.druo.com/checkout/?sl=17be5253-c1be-457a-9eb4-2a64b2b1d566-e850af74-5dce-434f-b126-290cb50af272", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_df9950aa-762e-411c-a3c0-48712c5f7fee", "code": "EMPC9466GLD", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:39:55.986262+00:00", "date_updated_gmt": "2023-06-22T15:39:55.986262+00:00" }, "transaction": { "uuid": "trx_a64931ac-1582-4348-83bd-29f7957f49e9", "code": "TFXUNDE2VT3", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:39:55.262Z", "date_updated_gmt": "2023-06-22T15:39:57.367Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_d4e0f2ff-07d5-48fe-bb08-8c1ab850f50d", "code": "CHRM242FPCND", "url": "https://link-dev.druo.com/checkout/?sl=69bce82e-b82a-4d74-b908-bfa0bef560ad-c566e2ce-a24c-4369-8266-6c38a7a6692d", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_859f2c0f-b802-420c-a708-6f0f911303b1", "code": "ELTZK4DHVJP", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:41:29.304919+00:00", "date_updated_gmt": "2023-06-22T15:41:29.304919+00:00" }, "transaction": { "uuid": "trx_90870674-941b-4231-ae50-09d06a291cad", "code": "TG7DFXKVH72", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:41:29.919Z", "date_updated_gmt": "2023-06-22T15:41:30.093Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_79f654b0-3bac-449b-bb84-8dae05629f56", "code": "CHFXYMDZ9T66", "url": "https://link-dev.druo.com/checkout/?sl=66da2cde-cc84-4428-9e6d-310480f1b10e-a4ddbac7-6d78-4d12-8f47-4aeda1a9c322", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_25226b61-ba4f-4000-9fd4-529fdff4ce41", "code": "E6MTC7L6GWL", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:41:48.891762+00:00", "date_updated_gmt": "2023-06-22T15:41:48.891762+00:00" }, "transaction": { "uuid": "trx_a3fe8398-710e-4005-ac03-d4ee96037213", "code": "TAVA97P4UZ7", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:41:48.762Z", "date_updated_gmt": "2023-06-22T15:41:50.881Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_097f46a4-3530-4849-9149-f1702723093a", "code": "CHMWYNH9XWWR", "url": "https://link-dev.druo.com/checkout/?sl=5435f19f-2a72-46f7-a3ce-656b0e92a8d4-7f728089-4a34-45c9-94c2-9f0aac53646b", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_a600dcb2-6711-4ccd-b7e3-af1c1df065d5", "code": "EUAXGEU7AEC", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:42:11.313743+00:00", "date_updated_gmt": "2023-06-22T15:42:11.313743+00:00" }, "transaction": { "uuid": "trx_5f974c44-4fdc-446b-a1f8-8ad26271b120", "code": "TD6X9ARREW3", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:42:11.743Z", "date_updated_gmt": "2023-06-22T15:42:12.451Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_6c24b7da-9f65-4900-9b90-b0dc3e2a5337", "code": "CHVYET2LNMLN", "url": "https://link-dev.druo.com/checkout/?sl=4c3b8228-8759-4085-8c50-23b030cc9167-42698eb8-67ba-4d5a-bcb1-56c193f96f67", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_eb7d828e-01ef-4ffb-89e1-7147c328d3c0", "code": "EZ7JVNLYU94", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:45:36.203873+00:00", "date_updated_gmt": "2023-06-22T15:45:36.203873+00:00" }, "transaction": { "uuid": "trx_be3c9d21-a1c7-4245-9b3e-745dfc05c807", "code": "TJJLVF4RUD7", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:45:36.873Z", "date_updated_gmt": "2023-06-22T15:45:37.364Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_57fa5c72-c3be-4595-819f-5561dc19d3bb", "code": "CH6LTCFWELLD", "url": "https://link-dev.druo.com/checkout/?sl=ab180bef-e39c-42b0-81f6-317457b77809-cbe047c8-3009-43c0-8610-4065d0e81b2b", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_b25965b7-4ec6-4b74-bc2b-a79598812e66", "code": "EXML267AXCK", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:45:57.188983+00:00", "date_updated_gmt": "2023-06-22T15:45:57.188983+00:00" }, "transaction": { "uuid": "trx_5f1583b6-287e-4de3-998d-124686da7c7e", "code": "TRWPPGHKHXN", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:45:57.983Z", "date_updated_gmt": "2023-06-22T15:45:58.329Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_7b85f859-6332-4dd0-acfc-1132d340fa39", "code": "CHHWZDY9GLNP", "url": "https://link-dev.druo.com/checkout/?sl=55a0b659-cd8c-490b-903e-62d294e49f72-0e2ff9ca-c495-44af-bb23-4e8d3d308c73", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_9c4dadb9-1f32-48f2-a23b-3f44314d8cd4", "code": "EKCVNNWYJ9Y", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:49:16.723406+00:00", "date_updated_gmt": "2023-06-22T15:49:16.723406+00:00" }, "transaction": { "uuid": "trx_2282aa85-ca16-4188-b615-d7e07433d8e8", "code": "TTMT9A4472V", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:49:16.406Z", "date_updated_gmt": "2023-06-22T15:49:18.001Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_56f14063-f4ca-48e7-9aaa-d1d11238e8cd", "code": "CHZK4T6RKFXN", "url": "https://link-dev.druo.com/checkout/?sl=c056ab72-e31b-4d6a-98c5-83ee592fcee1-9c82b2e1-363a-4a2a-9774-23c505c2aa94", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_838b2570-3073-4e4c-a179-4a16f9ff59e3", "code": "ENMRX72ULVV", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:49:30.237311+00:00", "date_updated_gmt": "2023-06-22T15:49:30.237311+00:00" }, "transaction": { "uuid": "trx_9cbbc946-4f70-4faf-a19e-46d2ff26691b", "code": "TPMC9JDRW6U", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:49:30.311Z", "date_updated_gmt": "2023-06-22T15:49:31.002Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_a7ca144f-8a1b-4aa6-801b-201eca35569d", "code": "CHRWCV7WLF7V", "url": "https://link-dev.druo.com/checkout/?sl=a56e8d84-d5f7-4be4-9d0c-c95377aa16d5-e8c32e5e-a077-49ec-89a7-7c80700d25b9", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_5103a67c-6790-4a98-b262-50731060197b", "code": "EFKAU77KK3N", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:50:27.009025+00:00", "date_updated_gmt": "2023-06-22T15:50:27.009025+00:00" }, "transaction": { "uuid": "trx_865c649a-3bff-4f7d-aca2-f4e0d6fee7b1", "code": "TM3794YT7VP", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:50:27.025Z", "date_updated_gmt": "2023-06-22T15:50:28.543Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_cb81db96-5577-4184-9ee3-9d52d3b859e2", "code": "CH6CDLZYNLJ2", "url": "https://link-dev.druo.com/checkout/?sl=c029a735-33d4-41e1-ac8e-cd2c69c0d0fb-4cad5ee5-bc86-413d-a79e-e691957ddcc8", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_88a79403-6abb-467b-9824-e7170dcd024f", "code": "EPGJC74CHTJ", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:53:10.714735+00:00", "date_updated_gmt": "2023-06-22T15:53:10.714735+00:00" }, "transaction": { "uuid": "trx_af31a566-7e38-4a73-8289-a3090a88b4b6", "code": "T62JM3NLURH", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:53:10.735Z", "date_updated_gmt": "2023-06-22T15:53:12.215Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2022-03-15T00:00:00+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_89b194ae-f75c-4f95-88c1-99cd9ada25de", "code": "CH7GAJATMVEA", "url": "https://link-dev.druo.com/checkout/?sl=a5f52d14-3c85-4c5e-8bf5-95072c7cf47b-d64c2089-2a32-437d-9d96-0405c373a22e", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_c0047ffa-7209-405b-9b55-e43ec7eed11e", "code": "ETRYJULTVGW", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:53:45.752767+00:00", "date_updated_gmt": "2023-06-22T15:53:45.752767+00:00" }, "transaction": { "uuid": "trx_dfc04c86-f0e8-4b40-919b-988eead0cac0", "code": "TU7RCD2WMWJ", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:53:45.767Z", "date_updated_gmt": "2023-06-22T15:53:46.036Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T11:13:45.147+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_ede8d17f-db3f-4cab-8cac-115f216a707d", "code": "CHE9YYLLMV6R", "url": "https://link-dev.druo.com/checkout/?sl=8616b890-14a9-4eb8-9b31-90a491a66f72-ac987b57-b0d4-4368-836f-edb052a1c7d8", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_129b8170-3d06-4fc3-8420-5758b3284202", "code": "EARJUY27NGU", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:53:58.392087+00:00", "date_updated_gmt": "2023-06-22T15:53:58.392087+00:00" }, "transaction": { "uuid": "trx_630ef14b-cfb2-4d7b-977c-bb78ce24e41a", "code": "TZPT2G2YN37", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:53:58.087Z", "date_updated_gmt": "2023-06-22T15:53:59.202Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T11:13:57.915+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_d221e424-83c1-487d-9231-caa57a4c387c", "code": "CHW6V2GGK7LX", "url": "https://link-dev.druo.com/checkout/?sl=d3439d55-0b09-464d-89bc-a45e5d66e902-4dbbb374-53af-4e40-87b1-3c0ecc0bb40d", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_08f64f20-41b4-4754-95ce-5e0d2bc6e845", "code": "E9N77KMNUPW", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T15:55:09.641489+00:00", "date_updated_gmt": "2023-06-22T15:55:09.641489+00:00" }, "transaction": { "uuid": "trx_bb45b79c-0c78-472e-8a35-2f0e12e51f25", "code": "TPN7X2HGEM9", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T15:55:09.489Z", "date_updated_gmt": "2023-06-22T15:55:11.894Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T11:15:09.014+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_567bc9fa-b905-4f0e-98d1-3b5d75065c8a", "code": "CHZ6VZ4H9JDK", "url": "https://link-dev.druo.com/checkout/?sl=ab162d59-17fc-43c8-b98d-be7c032366de-166721d0-3c97-41d0-8ae9-472ea3e95e3c", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_12362999-5acb-43e9-8995-69b807d75aa4", "code": "ECL9YARRFJU", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T19:42:08.287558+00:00", "date_updated_gmt": "2023-06-22T19:42:08.287558+00:00" }, "transaction": { "uuid": "trx_a0cd6f53-89c8-45b3-a568-56b1da7b1bd2", "code": "TV62N63WUJH", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T19:42:08.558Z", "date_updated_gmt": "2023-06-22T19:42:10.062Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T20:02:07.7+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_628173b8-8943-4087-a813-e5cafb820993", "code": "CHXMCH2UWNTL", "url": "https://link-dev.druo.com/checkout/?sl=5b592fa1-81fc-4f68-af0d-78dd7c454339-499c4ebd-f671-4854-8d85-c5176b99d35b", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_b381c9fd-55e6-4041-9f89-ee3b07d1c4d1", "code": "ER4TJJ3CHJJ", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T19:44:40.383254+00:00", "date_updated_gmt": "2023-06-22T19:44:40.383254+00:00" }, "transaction": { "uuid": "trx_42da45b6-16f9-4109-b574-531d6913d8ee", "code": "T4EE2G39Z9E", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T19:44:40.254Z", "date_updated_gmt": "2023-06-22T19:44:42.797Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T20:04:39.89+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_1356e8a2-01c0-44b1-ac90-f71de328b755", "code": "CHDCZU3GH3CM", "url": "https://link-dev.druo.com/checkout/?sl=f0051e54-d44f-4b20-ac6f-9f3af89f90ea-825c0464-71cd-4eb7-ba2d-8b670d1bc5a6", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_8ec87cd2-6bc3-42b0-94a0-e05a1d6d9451", "code": "ENV7AJ62FEG", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-22T20:29:21.984333+00:00", "date_updated_gmt": "2023-06-22T20:29:21.984333+00:00" }, "transaction": { "uuid": "trx_f2e91df8-6bc5-4406-92cc-18f48e596a4e", "code": "TGAY7DKRJMR", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T20:29:21.333Z", "date_updated_gmt": "2023-06-22T20:29:30.402Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T20:49:21.537+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_1c68f727-f4ec-4181-b4b7-aeaaef00ec9b", "code": "CHPWKKUAV9JV", "url": "https://link-dev.druo.com/checkout/?sl=b7c7aa0a-68de-4318-89e9-81c7538c4437-a006f9f0-b8ef-4704-b3b5-d610cdca0055", "delivery_status": "CREATED", "link_name": "Checkout link - Druo", "link_description": "Checkout Link # 1", "background_color": { "hex": "#ffffff" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#ffffff" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#cccccc" }, "button_text_color": { "hex": "#000000" }, "end_user": { "uuid": "eur_edeabb18-b04c-421e-9ed9-7ad559d53ef7", "code": "EL9V6MH6ZAF", "type": "INDIVIDUAL", "first_name": "JUAN", "last_name": "GOMEZ", "organization": "DDEEE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "juan@ddeee.com", "phone_number": { "country_code": "57", "number": "3113113111" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": "110111 ", "country": "COL", "address_line_1": "Cra 1 1-11 ", "address_line_2": "torre a ", "address_line_3": "depto 3123 " }, "preferred_language": "es_CO", "note": "Druo user for User Juan gomez", "primary_reference": "REF1 DRUO", "secondary_reference": "REF2 DRUO", "metadata": { "name": "juan gomez", "id_user": "69440123123", "marketing": "true" }, "date_created_gmt": "2023-06-22T20:39:00.137165+00:00", "date_updated_gmt": "2023-06-22T20:39:00.137165+00:00" }, "transaction": { "uuid": "trx_050a0a18-e7a1-4f16-a5fe-82814e8e981e", "code": "TWF6YYAAJTE", "status": "PROCESSING", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 11900, "variable_fee": "238", "fixed_fee": "0", "total_fee": "238", "net_amount": "11662", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": null, "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T20:39:00.165Z", "date_updated_gmt": "2023-06-22T20:39:09.187Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "REF1 - 123123123", "secondary_reference": "REF2 - a9asdlkjas", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T20:58:59.67+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_e31fcf79-6eb9-466f-ba9b-37276e94f699", "code": "CHLRMHAPDN23", "url": "https://link-dev.druo.com/checkout/?sl=83d5ce65-3d20-4f4b-8071-07ff75d083fb-336629f3-ede4-4344-b4b8-6be547d9c1c6", "delivery_status": "CREATED", "link_name": "Checkout link - Druo", "link_description": "Checkout Link # 1", "background_color": { "hex": "#ffffff" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#ffffff" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#cccccc" }, "button_text_color": { "hex": "#000000" }, "end_user": { "uuid": "eur_38cc8ec9-7b3b-459e-a84d-d36876aa794c", "code": "EYPAXPG2WYR", "type": "INDIVIDUAL", "first_name": "JUAN", "last_name": "GOMEZ", "organization": "DDEEE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "juan@ddeee.com", "phone_number": { "country_code": "57", "number": "3113113111" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": "110111 ", "country": "COL", "address_line_1": "Cra 1 1-11 ", "address_line_2": "torre a ", "address_line_3": "depto 3123 " }, "preferred_language": "es_CO", "note": "Druo user for User Juan gomez", "primary_reference": "REF1 DRUO", "secondary_reference": "REF2 DRUO", "metadata": { "name": "juan gomez", "id_user": "69440123123", "marketing": "true" }, "date_created_gmt": "2023-06-22T20:49:33.191083+00:00", "date_updated_gmt": "2023-06-22T20:49:33.191083+00:00" }, "transaction": { "uuid": "trx_c42e9576-757b-4bfe-87c3-33cee0e8e8a0", "code": "TXLD42MPH9D", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 11900, "variable_fee": "238", "fixed_fee": "0", "total_fee": "238", "net_amount": "11662", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T20:49:33.083Z", "date_updated_gmt": "2023-06-22T20:49:41.572Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "REF1 - 123123123", "secondary_reference": "REF2 - a9asdlkjas", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T21:09:32.683+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_c6b6e8cc-703e-4cbc-a01e-4c3cc26032da", "code": "CHYRHXJPTZFP", "url": "https://link-dev.druo.com/checkout/?sl=5788fad9-f5fd-4e1b-8873-7e725f2c6920-2f9786f3-7aef-497e-9bf5-6ae1c5dbbf97", "delivery_status": "CREATED", "link_name": "Checkout link - Druo", "link_description": "Checkout Link # 1", "background_color": { "hex": "#ffffff" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#ffffff" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#cccccc" }, "button_text_color": { "hex": "#000000" }, "end_user": { "uuid": "eur_84328c84-d248-4935-8cb7-9aa92b3e771a", "code": "EZVZRU6W47Y", "type": "INDIVIDUAL", "first_name": "JUAN", "last_name": "GOMEZ", "organization": "DDEEE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "juan@ddeee.com", "phone_number": { "country_code": "57", "number": "3113113111" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": "110111 ", "country": "COL", "address_line_1": "Cra 1 1-11 ", "address_line_2": "torre a ", "address_line_3": "depto 3123 " }, "preferred_language": "es_CO", "note": "Druo user for User Juan gomez", "primary_reference": "REF1 DRUO", "secondary_reference": "REF2 DRUO", "metadata": { "name": "juan gomez", "id_user": "69440123123", "marketing": "true" }, "date_created_gmt": "2023-06-22T21:03:57.882499+00:00", "date_updated_gmt": "2023-06-22T21:03:57.882499+00:00" }, "transaction": { "uuid": "trx_708b3300-3a4f-49a1-9432-ce36dfd2eca1", "code": "TVMGLEA3P49", "status": "FAILED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 11900, "variable_fee": "238", "fixed_fee": "0", "total_fee": "238", "net_amount": "11662", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "UNABLE_TO_LOCATE_ACCOUNT", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T21:03:57.499Z", "date_updated_gmt": "2023-08-10T19:56:55.816Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "REF1 - 123123123", "secondary_reference": "REF2 - a9asdlkjas", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T21:23:57.435+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_01945223-993f-4225-afa0-506edee66d4e", "code": "CH4CCJAAJX3A", "url": "https://link-dev.druo.com/checkout/?sl=387665a6-5754-457f-a4e4-3ade84df9fce-b048b94c-7669-49ad-8de8-fd1e775e1803", "delivery_status": "CREATED", "link_name": "Checkout link - Druo", "link_description": "Checkout Link # 1", "background_color": { "hex": "#ffffff" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#ffffff" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#cccccc" }, "button_text_color": { "hex": "#000000" }, "end_user": null, "transaction": { "uuid": "trx_9a1d8aae-4f5c-4f4d-baf9-424865e32ab1", "code": "T737L66LMCV", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 11900, "variable_fee": "238", "fixed_fee": "0", "total_fee": "238", "net_amount": "11662", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T21:17:59.052Z", "date_updated_gmt": "2023-06-22T21:20:58.619Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "REF1 - 123123123", "secondary_reference": "REF2 - a9asdlkjas", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T21:37:59.218+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_eca69261-79a4-4e5a-84d8-749d441d1a18", "code": "CH22MNHZ2NHA", "url": "https://link-dev.druo.com/checkout/?sl=5c14f72a-688f-4253-bf31-a8917df69757-ec16c15e-fc82-4c42-ae7e-55c24350a596", "delivery_status": "CREATED", "link_name": "Checkout link - Druo", "link_description": "Checkout Link # 1", "background_color": { "hex": "#ffffff" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#ffffff" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#cccccc" }, "button_text_color": { "hex": "#000000" }, "end_user": null, "transaction": { "uuid": "trx_0e3e7d81-9679-4609-b23f-8d274ceb87c6", "code": "TWUXXNRANE2", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 11900, "variable_fee": "238", "fixed_fee": "0", "total_fee": "238", "net_amount": "11662", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-22T21:18:17.851Z", "date_updated_gmt": "2023-06-22T21:20:58.619Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "REF1 - 123123123", "secondary_reference": "REF2 - a9asdlkjas", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-22T21:38:17.143+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_570c44fa-449b-4b43-9f8a-d9cccc1f079e", "code": "CH2RZPVV4AK3", "url": "https://link-dev.druo.com/checkout/?sl=8d4f3166-6822-4fe2-ae03-6f66e9f099fd-ad247da8-1a8a-4332-97ee-f522fa541422", "delivery_status": "CREATED", "link_name": "Checkout link - Druo", "link_description": "Checkout Link # 1", "background_color": { "hex": "#ffffff" }, "sidebar_background_color": { "hex": "#ffffff" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#ffffff" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#cccccc" }, "button_text_color": { "hex": "#000000" }, "end_user": { "uuid": "eur_d97d8571-c5b7-41dc-a149-254ac246704b", "code": "ERYNGJ72Z4X", "type": "INDIVIDUAL", "first_name": "JUAN", "last_name": "GOMEZ", "organization": "DDEEE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "juan@ddeee.com", "phone_number": { "country_code": "57", "number": "3113113111" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": "110111 ", "country": "COL", "address_line_1": "Cra 1 1-11 ", "address_line_2": "torre a ", "address_line_3": "depto 3123 " }, "preferred_language": "es_CO", "note": "Druo user for User Juan gomez", "primary_reference": "REF1 DRUO", "secondary_reference": "REF2 DRUO", "metadata": { "name": "juan gomez", "id_user": "69440123123", "marketing": "true" }, "date_created_gmt": "2023-06-23T07:02:52.845801+00:00", "date_updated_gmt": "2023-06-23T07:02:52.845801+00:00" }, "transaction": { "uuid": "trx_4ae9dab8-294f-4857-b86c-eb7e534e9440", "code": "TVPVZXG7HWV", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 11900, "variable_fee": "238", "fixed_fee": "0", "total_fee": "238", "net_amount": "11662", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-23T07:02:52.801Z", "date_updated_gmt": "2023-06-23T07:03:01.501Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "REF1 - 123123123", "secondary_reference": "REF2 - a9asdlkjas", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-23T07:22:52.27+00:00", "expired": "false", "custom_confirmation_page": "false" }, { "uuid": "clk_18c7b171-dc14-491e-8b0f-47aeab2c1d4e", "code": "CHCWY7DRPY33", "url": "https://link-dev.druo.com/checkout/?sl=8cea7c95-0a94-4bb7-9f5d-e409e1044238-0c4821e7-ccbf-49d5-841a-c81b6c22db24", "delivery_status": "CREATED", "link_name": "Checkout link", "link_description": "Test 3", "background_color": { "hex": "#000000" }, "sidebar_background_color": { "hex": "#000000" }, "sidebar_text_color": { "hex": "#000000" }, "main_content_box_background_color": { "hex": "#000000" }, "main_content_box_text_color": { "hex": "#000000" }, "button_color": { "hex": "#000000" }, "button_text_color": { "hex": "#d8d8d8" }, "end_user": { "uuid": "eur_ddbe4698-b639-4276-89b0-27d064f19ed7", "code": "ETFAG6XAV2F", "type": "INDIVIDUAL", "first_name": "ANDRES", "last_name": "GALINDO PATIÑO", "organization": "SOFTRACE", "local_id": "3231123123", "local_id_type": "NATIONAL_IDENTITY_CARD", "local_id_country": "COL", "date_of_birth": "2002-01-01", "email": "andres.galindo@softrace.co", "phone_number": { "country_code": "57", "number": "3142068559" }, "address": { "locality": "Bogotá D.C. ", "sublocality": null, "administrative_district": "Bogotá D.C. ", "postal_code": " ", "country": "COL", "address_line_1": "CR 13 N. 33 - 01 OF 602 ", "address_line_2": "CR 13 N. 33 - 01 OF 602 ", "address_line_3": "CR 13 N. 33 - 01 OF 602 " }, "preferred_language": "es_CO", "note": "Druo user for User ANDRES GALINDO PATIÑO", "primary_reference": null, "secondary_reference": null, "metadata": { "name": "ANDRES GALINDO PATIÑO", "id_user": "69440" }, "date_created_gmt": "2023-06-23T19:20:59.28232+00:00", "date_updated_gmt": "2023-06-23T19:29:57.81204+00:00" }, "transaction": { "uuid": "trx_07eacc3d-d8de-4cf0-a6fd-60dd7e31bdc1", "code": "T4KCKEM37YY", "status": "CANCELED", "tenant": { "uuid": "22637d15-5b37-4fb2-90e5-aa8751970469" }, "type": "PAYMENT", "creation_source": "MERCHANT_API", "amount": 100000000000, "variable_fee": "2000000000", "fixed_fee": "0", "total_fee": "2000000000", "net_amount": "98000000000", "currency": { "code": "COP" }, "description": "Insurance policy renewal - INV12324", "remarks": "DUPLICATE_TRANSACTION", "funding_source": { "uuid": "acc_f5f1cd79-5efe-4a21-b516-f586dc9105b7" }, "statement_descriptor": "NOVO BILLING* INV12324", "primary_reference": "ABC123", "secondary_reference": "bj39fhow39fhqp3f0hfae4344", "metadata": { "order_id": "6735" }, "decline_reason": null, "auto_send_receipt": "false", "date_created_gmt": "2023-06-23T19:20:59.232Z", "date_updated_gmt": "2023-06-23T19:21:08.185Z", "additional_recipients": null }, "default_institution": { "uuid": "ins_e42460a8-c783-4bc3-8dcd-2e6fcab78b77", "name": "Bancolombia" }, "primary_reference": "1010101121", "secondary_reference": "001", "default_language": { "code": "es_CO" }, "redirect_url": null, "expiration_date": "2023-06-23T14:40:58.509+00:00", "expired": "false", "custom_confirmation_page": "false" } ] }