We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transfer_id
Conekta::TransactionsApi
Conekta::TransactionsApi.new.get_transactions({ transfer_id: transfer_id })
id
Conekta::ChargesApi
Conekta::ChargesApi.new.get_charges({ id: charge_id })
The text was updated successfully, but these errors were encountered:
@MiguelFrias97 Tambien estuve batallando con eso y se pueden hacer corrreciones en la libreria, de momento con esto me funciono
Conekta::ChargesApi.new.get_charges(query_params: {id: '677c6c0a91882d000113d0d5'})
Sorry, something went wrong.
No branches or pull requests
transfer_id
en la claseConekta::TransactionsApi
no aplica el filtro y regresa todas las transacciones.id
enConekta::ChargesApi
no aplica el filtro y regresa todos los cargos.The text was updated successfully, but these errors were encountered: