# Apivom Atlas — Checkout.com

> Apivom Atlas integration for Checkout.com: 206 gateway routes over `api.checkout.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 206 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `POST /account-updater/cards` (account-updater-cards-post) — params: source_options
- `GET /accounts/entities/{entityId}/members` (accounts-entities-by-entityid-members) — params: params
- `PUT /accounts/entities/{entityId}/members/{userId}` (accounts-entities-by-entityid-members-by-userid-put) — params: params, body
- `GET /accounts/entities/{entityId}/payment-instruments/{id}` (accounts-entities-by-entityid-payment-instruments-by-id) — params: params
- `PATCH /accounts/entities/{entityId}/payment-instruments/{id}` (accounts-entities-by-entityid-payment-instruments-by-id-patch) — params: label, default, headers
- `GET /accounts/entities/{entityId}/reserve-rules/{id}` (accounts-entities-by-entityid-reserve-rules-by-id) — params: params
- `PUT /accounts/entities/{entityId}/reserve-rules/{id}` (accounts-entities-by-entityid-reserve-rules-by-id-put) — params: type, rolling
- `GET /accounts/entities/{id}` (accounts-entities-by-id) — params: params
- `GET /accounts/entities/{id}/payment-instruments` (accounts-entities-by-id-payment-instruments) — params: params, query
- `POST /accounts/entities/{id}/payment-instruments` (accounts-entities-by-id-payment-instruments-post) — params: type
- `GET /accounts/entities/{id}/payout-schedules` (accounts-entities-by-id-payout-schedules) — params: params
- `PUT /accounts/entities/{id}/payout-schedules` (accounts-entities-by-id-payout-schedules-put) — params: ISO
- `PUT /accounts/entities/{id}` (accounts-entities-by-id-put) — params: reference, status, is_draft, submitter, seller_category, profile, contact_details, processing_details, company, documents
- `GET /accounts/entities/{id}/requirements` (accounts-entities-by-id-requirements) — params: params
- `GET /accounts/entities/{id}/requirements/{requirementId}` (accounts-entities-by-id-requirements-by-requirementid) — params: params
- `PUT /accounts/entities/{id}/requirements/{requirementId}` (accounts-entities-by-id-requirements-by-requirementid-put) — params: value
- `GET /accounts/entities/{id}/reserve-rules` (accounts-entities-by-id-reserve-rules) — params: params
- `POST /accounts/entities/{id}/reserve-rules` (accounts-entities-by-id-reserve-rules-post) — params: type, rolling, valid_from
- `POST /accounts/entities` (accounts-entities-post) — params: reference, status, is_draft, submitter, seller_category, profile, contact_details, processing_details, company, documents
- `POST /agentic_commerce/delegate_payment` (agentic-commerce-delegate-payment-post) — params: payment_method, allowance, billing_address, risk_signals, metadata
- `GET /aml-verifications/{aml_verification_id}` (aml-verifications-by-aml-verification-id) — params: params
- `POST /aml-verifications` (aml-verifications-post) — params: created_on, modified_on, status, applicant_id, search_parameters, monitored, _links
- `POST /applepay/certificates` (applepay-certificates-post) — params: content
- `POST /applepay/enrollments` (applepay-enrollments-post) — params: domain
- `POST /applepay/signing-requests` (applepay-signing-requests-post) — params: protocol_version
- `GET /applicants/{applicant_id}` (applicants-by-applicant-id) — params: params
- `POST /applicants/{applicant_id}/anonymize` (applicants-by-applicant-id-anonymize-post) — params: params
- `PATCH /applicants/{applicant_id}` (applicants-by-applicant-id-patch) — params: created_on, modified_on, external_applicant_id, email, external_applicant_name, _links
- `POST /applicants` (applicants-post) — params: created_on, modified_on, external_applicant_id, email, external_applicant_name, _links
- `GET /balances/{id}` (balances-by-id) — params: params, query
- `GET /compliance-requests/{payment_id}` (compliance-requests-by-payment-id) — params: params
- `POST /compliance-requests/{payment_id}` (compliance-requests-by-payment-id-post) — params: fields, comments
- `POST /connect/token` (connect-token-post) — params: grant_type, client_id, client_secret, scope
- `POST /create-and-open-idv` (create-and-open-idv-post) — params: created_on, modified_on, user_journey_id, applicant_id, status, response_codes, risk_labels, verified_identity, declared_data, documents, face, redirect_url, _links
- `GET /customers/{identifier}` (customers-by-identifier) — params: params
- `DELETE /customers/{identifier}` (customers-by-identifier-delete) — params: params
- `PATCH /customers/{identifier}` (customers-by-identifier-patch) — params: email, name, phone, metadata, default
- `POST /customers` (customers-post) — params: email, name, phone, metadata, default
- `GET /disputes` (disputes) — params: query
- `GET /disputes/{dispute_id}` (disputes-by-dispute-id) — params: params
- `POST /disputes/{dispute_id}/accept` (disputes-by-dispute-id-accept-post) — params: params
- `GET /disputes/{dispute_id}/evidence` (disputes-by-dispute-id-evidence) — params: params
- `POST /disputes/{dispute_id}/evidence/arbitration` (disputes-by-dispute-id-evidence-arbitration-post) — params: params
- `GET /disputes/{dispute_id}/evidence/arbitration/submitted` (disputes-by-dispute-id-evidence-arbitration-submitted) — params: params
- `POST /disputes/{dispute_id}/evidence` (disputes-by-dispute-id-evidence-post) — params: params
- `PUT /disputes/{dispute_id}/evidence` (disputes-by-dispute-id-evidence-put) — params: proof_of_delivery_or_service_file, proof_of_delivery_or_service_text, proof_of_delivery_or_service_date_file, proof_of_delivery_or_service_date_text, invoice_or_receipt_file, invoice_or_receipt_text, invoice_showing_distinct_transactions_file, invoice_showing_distinct_transactions_text, customer_communication_file, customer_communication_text, refund_or_cancellation_policy_file, refund_or_cancellation_policy_text, recurring_transaction_agreement_file, recurring_transaction_agreement_text, additional_evidence_file, additional_evidence_text, arbitration_no_review_files, arbitration_no_review_text, arbitration_review_required_files, arbitration_review_required_text, compelling_evidence, _links
- `GET /disputes/{dispute_id}/evidence/submitted` (disputes-by-dispute-id-evidence-submitted) — params: params
- `GET /disputes/{dispute_id}/schemefiles` (disputes-by-dispute-id-schemefiles) — params: params
- `GET /entities/{entityId}/files/{fileId}` (entities-by-entityid-files-by-fileid) — params: params
- `POST /entities/{entityId}/files` (entities-by-entityid-files-post) — params: purpose
- `GET /face-authentications/{face_authentication_id}` (face-authentications-by-face-authentication-id) — params: params
- `POST /face-authentications/{face_authentication_id}/anonymize` (face-authentications-by-face-authentication-id-anonymize-post) — params: params
- `GET /face-authentications/{face_authentication_id}/attempts` (face-authentications-by-face-authentication-id-attempts) — params: params
- `GET /face-authentications/{face_authentication_id}/attempts/{attempt_id}` (face-authentications-by-face-authentication-id-attempts-by-attempt-id) — params: params
- `GET /face-authentications/{face_authentication_id}/attempts/{attempt_id}/assets` (face-authentications-by-face-authentication-id-attempts-by-attempt-id-assets) — params: params, query
- `POST /face-authentications/{face_authentication_id}/attempts` (face-authentications-by-face-authentication-id-attempts-post) — params: redirect_url, client_information
- `POST /face-authentications` (face-authentications-post) — params: created_on, modified_on, applicant_id, user_journey_id, status, response_codes, risk_labels, face, _links
- `GET /files/{file_id}` (files-by-file-id) — params: params
- `POST /files` (files-post) — params: file, purpose
- `GET /financial-actions` (financial-actions) — params: query
- `GET /forex/rates` (forex-rates) — params: query
- `GET /forward/{id}` (forward-by-id) — params: params
- `POST /forward` (forward-post) — params: source, reference, processing_channel_id, network_token, destination_request
- `GET /forward/secrets` (forward-secrets)
- `DELETE /forward/secrets/{name}` (forward-secrets-by-name-delete) — params: params
- `PATCH /forward/secrets/{name}` (forward-secrets-by-name-patch) — params: entity_id, value
- `POST /forward/secrets` (forward-secrets-post) — params: name, value, entity_id
- `POST /googlepay/enrollments/{entity_id}/domain` (googlepay-enrollments-by-entity-id-domain-post) — params: web_domain
- `GET /googlepay/enrollments/{entity_id}/domains` (googlepay-enrollments-by-entity-id-domains) — params: params
- `GET /googlepay/enrollments/{entity_id}/state` (googlepay-enrollments-by-entity-id-state) — params: params
- `POST /googlepay/enrollments` (googlepay-enrollments-post) — params: entity_id, email_address, accept_terms_of_service
- `GET /hosted-payments/{id}` (hosted-payments-by-id) — params: params
- `POST /hosted-payments` (hosted-payments-post) — params: amount, currency, payment_type, authorization_type, payment_plan, payment_ip, billing_descriptor, reference, description, display_name, processing_channel_id, amount_allocations, customer, shipping, billing, recipient, processing, allow_payment_methods, disabled_payment_methods, products, risk, customer_retry, sender, success_url, cancel_url, failure_url, metadata, locale, 3ds, capture, capture_on, instruction, payment_method_configuration
- `GET /id-document-verifications/{id_document_verification_id}` (id-document-verifications-by-id-document-verification-id) — params: params
- `POST /id-document-verifications/{id_document_verification_id}/anonymize` (id-document-verifications-by-id-document-verification-id-anonymize-post) — params: params
- `GET /id-document-verifications/{id_document_verification_id}/attempts` (id-document-verifications-by-id-document-verification-id-attempts) — params: params
- `GET /id-document-verifications/{id_document_verification_id}/attempts/{attempt_id}` (id-document-verifications-by-id-document-verification-id-attempts-by-attempt-id) — params: params
- `POST /id-document-verifications/{id_document_verification_id}/attempts` (id-document-verifications-by-id-document-verification-id-attempts-post) — params: document_front, document_back
- `GET /id-document-verifications/{id_document_verification_id}/pdf-report` (id-document-verifications-by-id-document-verification-id-pdf-report) — params: params
- `POST /id-document-verifications` (id-document-verifications-post) — params: created_on, modified_on, applicant_id, user_journey_id, declared_data
- `GET /identity-verifications/{identity_verification_id}` (identity-verifications-by-identity-verification-id) — params: params
- `POST /identity-verifications/{identity_verification_id}/anonymize` (identity-verifications-by-identity-verification-id-anonymize-post) — params: params
- `GET /identity-verifications/{identity_verification_id}/attempts` (identity-verifications-by-identity-verification-id-attempts) — params: params
- `GET /identity-verifications/{identity_verification_id}/attempts/{attempt_id}` (identity-verifications-by-identity-verification-id-attempts-by-attempt-id) — params: params
- `GET /identity-verifications/{identity_verification_id}/attempts/{attempt_id}/assets` (identity-verifications-by-identity-verification-id-attempts-by-attempt-id-assets) — params: params, query
- `POST /identity-verifications/{identity_verification_id}/attempts` (identity-verifications-by-identity-verification-id-attempts-post) — params: redirect_url, client_information
- `GET /identity-verifications/{identity_verification_id}/pdf-report` (identity-verifications-by-identity-verification-id-pdf-report) — params: params
- `POST /identity-verifications` (identity-verifications-post) — params: created_on, modified_on, applicant_id, user_journey_id, status, response_codes, risk_labels, verified_identity, declared_data, documents, face, _links
- `GET /instruments/{id}` (instruments-by-id) — params: params
- `DELETE /instruments/{id}` (instruments-by-id-delete) — params: params
- `PATCH /instruments/{id}` (instruments-by-id-patch) — params: params, body
- `PATCH /instruments/{id}/revoke` (instruments-by-id-revoke-patch) — params: params
- `POST /instruments` (instruments-post) — params: type, account_type, account_number, bank_code, branch_code, iban, bban, swift_bic, currency, country, processing_channel_id, account_holder, bank, customer
- `POST /issuing/access/connect/token` (issuing-access-connect-token-post) — params: grant_type, client_id, client_secret, cardholder_id, single_use
- `GET /issuing/cardholders/{cardholderId}` (issuing-cardholders-by-cardholderid) — params: params
- `GET /issuing/cardholders/{cardholderId}/cards` (issuing-cardholders-by-cardholderid-cards) — params: params, query
- `PATCH /issuing/cardholders/{cardholderId}` (issuing-cardholders-by-cardholderid-patch) — params: first_name, middle_name, last_name, date_of_birth, phone_number, email, billing_address, residency_address
- `POST /issuing/cardholders` (issuing-cardholders-post) — params: type, reference, entity_id
- `GET /issuing/cards/{cardId}` (issuing-cards-by-cardid) — params: params
- `GET /issuing/cards/{cardId}/3ds-enrollment` (issuing-cards-by-cardid-3ds-enrollment) — params: params
- `PATCH /issuing/cards/{cardId}/3ds-enrollment` (issuing-cards-by-cardid-3ds-enrollment-patch) — params: security_pair, locale, phone_number
- `POST /issuing/cards/{cardId}/3ds-enrollment` (issuing-cards-by-cardid-3ds-enrollment-post) — params: security_pair, locale, phone_number
- `POST /issuing/cards/{cardId}/activate` (issuing-cards-by-cardid-activate-post) — params: params
- `GET /issuing/cards/{cardId}/credentials` (issuing-cards-by-cardid-credentials) — params: params, query
- `PATCH /issuing/cards/{cardId}` (issuing-cards-by-cardid-patch) — params: reference, metadata, expiry_month, expiry_year, revocation_date, activation_date
- `POST /issuing/cards/{cardId}/renew` (issuing-cards-by-cardid-renew-post) — params: display_name, shipping_instructions, reference, metadata
- `POST /issuing/cards/{cardId}/revoke` (issuing-cards-by-cardid-revoke-post) — params: reason
- `POST /issuing/cards/{cardId}/suspend` (issuing-cards-by-cardid-suspend-post) — params: reason
- `POST /issuing/cards` (issuing-cards-post) — params: type, cardholder_id, lifetime, reference, metadata, revocation_date, activation_date, card_product_id
- `GET /issuing/controls` (issuing-controls) — params: query
- `GET /issuing/controls/{controlId}` (issuing-controls-by-controlid) — params: params, query
- `DELETE /issuing/controls/{controlId}` (issuing-controls-by-controlid-delete) — params: params
- `PUT /issuing/controls/{controlId}` (issuing-controls-by-controlid-put) — params: description, mcc_limit
- `GET /issuing/controls/control-groups` (issuing-controls-control-groups) — params: query
- `GET /issuing/controls/control-groups/{controlGroupId}` (issuing-controls-control-groups-by-controlgroupid) — params: params
- `DELETE /issuing/controls/control-groups/{controlGroupId}` (issuing-controls-control-groups-by-controlgroupid-delete) — params: params
- `POST /issuing/controls/control-groups` (issuing-controls-control-groups-post) — params: description, target_id, fail_if, controls
- `GET /issuing/controls/control-profiles` (issuing-controls-control-profiles) — params: query
- `GET /issuing/controls/control-profiles/{controlProfileId}` (issuing-controls-control-profiles-by-controlprofileid) — params: params
- `POST /issuing/controls/control-profiles/{controlProfileId}/add/{targetId}` (issuing-controls-control-profiles-by-controlprofileid-add-by-targetid-post) — params: params
- `DELETE /issuing/controls/control-profiles/{controlProfileId}` (issuing-controls-control-profiles-by-controlprofileid-delete) — params: params
- `PATCH /issuing/controls/control-profiles/{controlProfileId}` (issuing-controls-control-profiles-by-controlprofileid-patch) — params: name
- `POST /issuing/controls/control-profiles/{controlProfileId}/remove/{targetId}` (issuing-controls-control-profiles-by-controlprofileid-remove-by-targetid-post) — params: params
- `POST /issuing/controls/control-profiles` (issuing-controls-control-profiles-post) — params: name
- `POST /issuing/controls` (issuing-controls-post) — params: description, control_type, target_id
- `GET /issuing/digital-cards/{digitalCardId}` (issuing-digital-cards-by-digitalcardid) — params: params
- `GET /issuing/disputes/{disputeId}` (issuing-disputes-by-disputeid) — params: params
- `POST /issuing/disputes/{disputeId}/amend` (issuing-disputes-by-disputeid-amend-post) — params: reason, amount, evidence, fraud_details, reason_change_justification, action_response
- `POST /issuing/disputes/{disputeId}/cancel` (issuing-disputes-by-disputeid-cancel-post) — params: params
- `POST /issuing/disputes/{disputeId}/escalate` (issuing-disputes-by-disputeid-escalate-post) — params: additional_evidence, amount, reason_change, fraud_details, justification
- `POST /issuing/disputes/{disputeId}/submit` (issuing-disputes-by-disputeid-submit-post) — params: reason, evidence, amount
- `POST /issuing/disputes` (issuing-disputes-post) — params: transaction_id, reason, evidence, amount, presentment_message_id, fraud_details, justification
- `POST /issuing/simulate/authorizations/{id}/authorizations` (issuing-simulate-authorizations-by-id-authorizations-post) — params: amount
- `POST /issuing/simulate/authorizations/{id}/presentments` (issuing-simulate-authorizations-by-id-presentments-post) — params: amount
- `POST /issuing/simulate/authorizations/{id}/refunds` (issuing-simulate-authorizations-by-id-refunds-post) — params: amount
- `POST /issuing/simulate/authorizations/{id}/reversals` (issuing-simulate-authorizations-by-id-reversals-post) — params: amount
- `POST /issuing/simulate/authorizations` (issuing-simulate-authorizations-post) — params: card, transaction
- `POST /issuing/simulate/oob/authentication` (issuing-simulate-oob-authentication-post) — params: card_id, transaction_details
- `GET /issuing/transactions` (issuing-transactions) — params: query
- `GET /issuing/transactions/{transactionId}` (issuing-transactions-by-transactionid) — params: params
- `POST /metadata/card` (metadata-card-post) — params: source, format, reference
- `GET /network-tokens/{network_token_id}` (network-tokens-by-network-token-id) — params: params
- `POST /network-tokens/{network_token_id}/cryptograms` (network-tokens-by-network-token-id-cryptograms-post) — params: transaction_type
- `PATCH /network-tokens/{network_token_id}/delete` (network-tokens-by-network-token-id-delete-patch) — params: initiated_by, reason
- `POST /network-tokens` (network-tokens-post) — params: source
- `GET /payment-contexts/{id}` (payment-contexts-by-id) — params: params
- `POST /payment-contexts` (payment-contexts-post) — params: source, amount, currency, payment_type, capture, customer, shipping, processing, processing_channel_id, reference, description, success_url, failure_url, items, metadata
- `GET /payment-links/{id}` (payment-links-by-id) — params: params
- `POST /payment-links` (payment-links-post) — params: amount, currency, payment_type, authorization_type, payment_plan, payment_ip, billing_descriptor, reference, description, display_name, processing_channel_id, amount_allocations, expires_in, customer, shipping, billing, recipient, processing, allow_payment_methods, disabled_payment_methods, products, metadata, 3ds, risk, customer_retry, sender, return_url, locale, capture, capture_on, instruction, payment_method_configuration
- `GET /payment-methods` (payment-methods) — params: query
- `POST /payment-sessions/{id}/submit` (payment-sessions-by-id-submit-post) — params: session_data, amount, currency, billing, success_url, failure_url, payment_type, billing_descriptor, reference, customer, shipping, items, 3ds, ip_address, payment_method_configuration, recipient, instruction, processing_channel_id, metadata, sender, capture, capture_on, processing
- `POST /payment-sessions/complete` (payment-sessions-complete-post) — params: session_data, amount, currency, payment_type, authorization_type, billing, billing_descriptor, reference, description, customer, shipping, recipient, processing, instruction, processing_channel_id, items, amount_allocations, risk, display_name, success_url, failure_url, metadata, locale, 3ds, sender, capture, capture_on, payment_plan
- `POST /payment-sessions` (payment-sessions-post) — params: amount, currency, payment_type, authorization_type, billing, billing_descriptor, reference, description, customer, shipping, recipient, processing, instruction, processing_channel_id, items, amount_allocations, risk, display_name, success_url, failure_url, metadata, locale, 3ds, sender, capture, capture_on, payment_plan, expires_on, enabled_payment_methods, disabled_payment_methods, payment_method_configuration, customer_retry, ip_address
- `GET /payments` (payments) — params: query
- `GET /payments/{id}` (payments-by-id) — params: params
- `GET /payments/{id}/actions` (payments-by-id-actions) — params: params
- `POST /payments/{id}/authorizations` (payments-by-id-authorizations-post) — params: amount, reference, metadata
- `POST /payments/{id}/cancellations` (payments-by-id-cancellations-post) — params: reference
- `POST /payments/{id}/captures` (payments-by-id-captures-post) — params: amount, capture_type, reference, customer, description, billing_descriptor, shipping, items, amount_allocations, processing, metadata
- `POST /payments/{id}/refunds` (payments-by-id-refunds-post) — params: amount, reference, amount_allocations, capture_action_id, items, destination, metadata
- `POST /payments/{id}/reversals` (payments-by-id-reversals-post) — params: reference, metadata
- `POST /payments/{id}/voids` (payments-by-id-voids-post) — params: reference, metadata
- `POST /payments` (payments-post) — params: source, fallback_source, amount, currency, payment_type, payment_plan, merchant_initiated, reference, description, authorization_type, partial_authorization, capture, capture_on, expire_on, customer, billing_descriptor, shipping, 3ds, authentication, processing_channel_id, previous_payment_id, risk, success_url, failure_url, payment_ip, sender, recipient, amount_allocations, processing, items, retry, subscription, metadata, segment, instruction, routing
- `POST /payments/search` (payments-search-post) — params: query, limit, from, to
- `GET /payments/setups/{id}` (payments-setups-by-id) — params: params
- `POST /payments/setups/{id}/confirm/{payment_method_name}` (payments-setups-by-id-confirm-by-payment-method-name-post) — params: params
- `PUT /payments/setups/{id}` (payments-setups-by-id-put) — params: id, processing_channel_id, amount, currency, presentment_details, payment_type, reference, description, payment_methods, available_payment_methods, settings, customer, order, billing, industry, account_funding_transaction, terminal, billing_descriptor, latest_payment
- `POST /payments/setups` (payments-setups-post) — params: id, processing_channel_id, amount, currency, presentment_details, payment_type, reference, description, payment_methods, available_payment_methods, settings, customer, order, billing, industry, account_funding_transaction, terminal, billing_descriptor, latest_payment
- `GET /reports` (reports) — params: query
- `GET /reports/{id}` (reports-by-id) — params: params
- `GET /reports/{id}/files/{fileId}` (reports-by-id-files-by-fileid) — params: params
- `GET /sessions/{id}` (sessions-by-id) — params: params
- `PUT /sessions/{id}/collect-data` (sessions-by-id-collect-data-put) — params: channel
- `POST /sessions/{id}/complete` (sessions-by-id-complete-post) — params: params
- `PUT /sessions/{id}/issuer-fingerprint` (sessions-by-id-issuer-fingerprint-put) — params: three_ds_method_completion
- `POST /sessions` (sessions-post) — params: source, amount, currency, processing_channel_id, marketplace, authentication_type, authentication_category, account_info, challenge_indicator, billing_descriptor, reference, merchant_risk_info, transaction_type, shipping_address, shipping_address_matches_billing, completion, channel_data, recurring, installment, optimization, initial_transaction, google_spa, preferred_experiences, device_information
- `POST /simulate/entities/{entityId}/requirements-due` (simulate-entities-by-entityid-requirements-due-post) — params: fields
- `POST /simulate/entities/{entityId}/scenarios/{scenarioId}` (simulate-entities-by-entityid-scenarios-by-scenarioid-post) — params: params
- `POST /simulate/entities/{entityId}/status` (simulate-entities-by-entityid-status-post) — params: status
- `GET /simulate/requirements-due` (simulate-requirements-due)
- `GET /simulate/scenarios` (simulate-scenarios)
- `GET /tokens/{tokenId}/metadata` (tokens-by-tokenid-metadata) — params: params
- `GET /transfers/{id}` (transfers-by-id) — params: params
- `POST /transfers` (transfers-post) — params: reference, transfer_type, source, destination
- `GET /validation/bank-accounts/{country}/{currency}` (validation-bank-accounts-by-country-by-currency) — params: params, query
- `GET /workflows` (workflows)
- `GET /workflows/{workflowId}` (workflows-by-workflowid) — params: params
- `DELETE /workflows/{workflowId}/actions/{workflowActionId}` (workflows-by-workflowid-actions-by-workflowactionid-delete) — params: params
- `PUT /workflows/{workflowId}/actions/{workflowActionId}` (workflows-by-workflowid-actions-by-workflowactionid-put) — params: type
- `POST /workflows/{workflowId}/actions` (workflows-by-workflowid-actions-post) — params: type
- `DELETE /workflows/{workflowId}/conditions/{workflowConditionId}` (workflows-by-workflowid-conditions-by-workflowconditionid-delete) — params: params
- `PUT /workflows/{workflowId}/conditions/{workflowConditionId}` (workflows-by-workflowid-conditions-by-workflowconditionid-put) — params: type
- `POST /workflows/{workflowId}/conditions` (workflows-by-workflowid-conditions-post) — params: type
- `DELETE /workflows/{workflowId}` (workflows-by-workflowid-delete) — params: params
- `PATCH /workflows/{workflowId}` (workflows-by-workflowid-patch) — params: name, active, conditions, actions
- `POST /workflows/{workflowId}/test` (workflows-by-workflowid-test-post) — params: event_types
- `GET /workflows/event-types` (workflows-event-types)
- `GET /workflows/events/{eventId}` (workflows-events-by-eventid) — params: params
- `GET /workflows/events/{eventId}/actions/{workflowActionId}` (workflows-events-by-eventid-actions-by-workflowactionid) — params: params
- `POST /workflows/events/{eventId}/reflow` (workflows-events-by-eventid-reflow-post) — params: params
- `POST /workflows/events/{eventId}/workflow/{workflowId}/reflow` (workflows-events-by-eventid-workflow-by-workflowid-reflow-post) — params: params
- `POST /workflows/events/reflow` (workflows-events-reflow-post) — params: events, workflows
- `GET /workflows/events/subject/{subjectId}` (workflows-events-subject-by-subjectid) — params: params
- `POST /workflows/events/subject/{subjectId}/reflow` (workflows-events-subject-by-subjectid-reflow-post) — params: params
- `POST /workflows/events/subject/{subjectId}/workflow/{workflowId}/reflow` (workflows-events-subject-by-subjectid-workflow-by-workflowid-reflow-post) — params: params
- `POST /workflows` (workflows-post) — params: name, active, conditions, actions

## Credential model

- Checkout.com Secret Key (`secretKey`) — required — secret
- Account Base URL (optional) (`baseUrl`)
- Checkout.com Webhook Signature Key (`webhookSecret`) — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
