This endpoint is currently under development.
Path Parameters
The account’s external ID (starts with acc_)
Request Body
The payment amount (decimal string)
ISO 4217 currency code (e.g., USD, EUR, GBP)
Payment method (e.g., bank_transfer, card, crypto, virtual_account)
Optional payment description
Response
Expected response structure:
{
"id": "pin_1234567890abcdef",
"object": "payin",
"account_id": "acc_1234567890abcdef",
"amount": "1000.00",
"currency": "USD",
"status": "pending",
"created": "2024-01-01T00:00:00Z"
}