Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Problema sna geração de token na opção Cartão de Crédito #18

Open
andrekutianski opened this issue Jul 25, 2017 · 2 comments
Open

Comments

@andrekutianski
Copy link
Member

A opção cartão de crédito esta retornando erro na geração e cobrança da fatura.

{"errors":{"data":["can't be blank"],"item_type":["can't be blank"," isn't supported. (Supported methods: credit_card)"]}}

Estes campos estão sendo enviados pelo WHMCS, mas a API não está recenbendo essas informações, pelo log do WHMCS os dados enviados são:

Array
(
    [account_id] => XXXXXX
    [method] => credit_card
    [test] => false
    [data[number]] => XXXXX0076683153
    [data[verification_value]] => 111
    [data[first_name]] => Andre
    [data[last_name]] => Bellafronte
    [data[month]] => 05
    [data[year]] => 18
)

@ZeltraxRuleZ
Copy link

Did you got any solution ?

@Lernout
Copy link

Lernout commented Nov 9, 2022 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants