Skip to content

Criar cobrança

João Pedro Truchinski Borba edited this page Nov 23, 2023 · 1 revision
Payment payment = Payment.creator()
                .setCustomer("cus_000050606806")
                .setBillingType(BillingType.PIX)
                .setDueDate(new Date())
                .setValue(Money.create(new BigDecimal(10.01)))
                .setDescription("Teste")
                .create();