v1
latestOpenAPI 3.1.02026-07-261420929.5 KBConfigurar Conta
Configura parâmetros de uma conta de pagamentos.
post/accounts/configuration
Headers
Request-Timestring date-time required
Timestamp do momento que enviar a requisição de assinatura digital (RSA)
Signaturestring required
Assinatura Digital
Request body
Response
200
Example response
{
"id": "12345ABCDE67890FGHIJK12345LMNOPQR",
"name": "ACME Teste Produto e Integrações",
"created_at": "2023-10-16T15:44:18-03:00",
"updated_at": "2024-08-20T09:28:08-03:00",
"can_receive?": true,
"is_verified?": true,
"change_plan_type": 1,
"subscriptions_billing_days": 5,
"reply_to": "no-reply@acme.com",
"marketplace": true,
"credit_card_verified": true,
"late_payment_fine": 1,
"old_advancement": true,
"configuration": {
"payment_email_notification_receiver": "finance@acme.com",
"auto_advance": true,
"auto_advance_type": "daily",
"owner_emails_to_notify": "john.doe@acme.com,jane.smith@acme.com,bob.brown@acme.com,alice.white@acme.com",
"late_payment_fine": 1,
"bank_slip": {
"active": true,
"extra_due": "2",
"reprint_extra_due": "2"
},
"credit_card": {
"active": true,
"soft_descriptor": "ACME DESC",
"installments": true,
"max_installments": "12",
"max_installments_without_interest": "1",
"two_step_transaction": true
},
"pix": {
"active": true
}
},
"bank_accounts": [
{
"branch": "0001",
"number": "1234567",
"digit": "8"
}
],
"payment_email_notification_receiver": "finance@acme.com",
"auto_advance": true,
"auto_advance_type": "daily",
"balance": "R$ 58,03",
"balance_in_protest": "R$ 0,00",
"balance_available_for_withdraw": "R$ 58,03",
"protected_balance": "R$ 0,00",
"customer_minimum_balance_cents": 3000,
"payable_balance": "R$ -2,47",
"receivable_balance": "R$ 13,53",
"commission_balance": "R$ 0,00",
"volume_last_month": "R$ 8,00",
"volume_this_month": "R$ 17,00",
"total_subscriptions": 30,
"total_active_subscriptions": 8,
"taxes_paid_last_month": "R$ 0,00",
"taxes_paid_this_month": "R$ 0,00",
"has_bank_address?": true,
"custom_logo_url": "https://s3-sa-east-1.amazonaws.com/storage.acme.com/custom_logos/12345abcde67890fghijk12345lmnopqr-big?AWSAccessKeyId=EXAMPLEKEY&Expires=1724157249&Signature=EXAMPLESIGNATURE",
"custom_logo_small_url": "https://s3-sa-east-1.amazonaws.com/storage.acme.com/custom_logos/12345abcde67890fghijk12345lmnopqr-small?AWSAccessKeyId=EXAMPLEKEY&Expires=1724157249&Signature=EXAMPLESIGNATURE",
"splits": [
{
"id": "ABCDE12345FGHIJ67890KLMNOPQRSTUV",
"split_id": "WXYZ1234567890ABCDEFGHIJKL",
"recipient_account_id": "MNOPQRSTUV1234567890ABCDEFGHIJK",
"bank_slip_cents": 9,
"pix_cents": 109,
"permit_aggregated": true,
"created_at": "2024-07-15T16:42:54-03:00",
"updated_at": "2024-07-15T16:42:54-03:00",
"credit_card_1x_percent": 0.09,
"credit_card_2x_percent": 0.1
}
],
"contact_data": {
"name": "ACME Corp",
"document_number": "00000000000123",
"full_address": "123 Fictional Street, Suite 100, Metropolis, SP, 00000000"
}
}