Skip to main content
POST
Create Payment Method

Overview

Creates a new payment method entity (credit card, bank account, wallet, etc.) in the system. Payment methods can be linked to person or company entities and used for transaction monitoring and fraud detection.

Endpoint

Authentication

Requires a valid API key in the Authorization header:

Request Body

string
required
Must be "payment_method" for payment method entities
object
required
Container for payment method data
array
Array of relationships to other entities
object
Additional metadata for the payment method entity

Example Requests

Create Credit Card

Create Bank Account

Create PIX Payment Method

Response

boolean
Whether the operation was successful
string
UUID of the created payment method entity
string
Always "payment_method"
object
The payment method data as stored
array
Array of relationships created
string
ISO 8601 timestamp of creation
string
ISO 8601 timestamp of last update

Response Example

Error Responses

400 Bad Request

401 Unauthorized

See Also