Create Payment Method
API Reference
Create Payment Method
Create a new payment method entity β in the gu1 entity model for card, account, and wallet records, with examples for create use cases.
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
Must be
"payment_method" for payment method entitiesContainer for payment method data
Array of relationships to other entities
Additional metadata for the payment method entity
Example Requests
Create Credit Card
Create Bank Account
Create PIX Payment Method
Response
Whether the operation was successful
UUID of the created payment method entity
Always
"payment_method"The payment method data as stored
Array of relationships created
ISO 8601 timestamp of creation
ISO 8601 timestamp of last update