EBANX · Capability

Payment Page

Payment Page is a Naftiko capability published by EBANX, one of 6 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

payment-page.yaml Raw ↑
name: Payment Page Checkout
description: >-
  Create a hosted EBANX checkout session and redirect the customer to a
  fully-managed payment page that handles UI, validation, and processing
  across all configured local payment methods.
version: '1.0'
provider: ebanx
api: ebanx-payment-page-api
operations:
  - id: createPaymentPageRequest
    method: POST
    path: /ws/request
    summary: Create Payment Page Request
inputs:
  - name: integration_key
    secret: true
    required: true
  - name: country
    required: true
  - name: amount_total
    required: true
  - name: currency_code
    required: true
  - name: redirect_url
    required: true
outputs:
  - redirect_url
  - hash
governance:
  pii: true
  region: LATAM