Skip to content
New issue

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

Payment gateway "bacs" dont return account detail in response #99

Open
lamnt96 opened this issue Dec 28, 2022 · 0 comments
Open

Payment gateway "bacs" dont return account detail in response #99

lamnt96 opened this issue Dec 28, 2022 · 0 comments

Comments

@lamnt96
Copy link

lamnt96 commented Dec 28, 2022

Hi guys.

I have a problem with api retrieve an payment gateway not return account detail

{
"id": "bacs",
"title": "xxxxxxxxxxxxx",
"description": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"order": 0,
"enabled": true,
"method_title": "xxxxxxxxxxxxxxx",
"method_description": "Take payments in person via BACS. More commonly known as direct bank/wire transfer.",
"method_supports": [
"products"
],
"settings": {
"title": {
"id": "title",
"label": "xxxxxxxxxxx",
"description": "xxxxxxxxxx",
"type": "safe_text",
"value": "xxxxxxxxxxxxx",
"default": "xxxxxxxxxxxxxxxxxxx",
"tip": "xxxxxxxxxxxxx",
"placeholder": ""
},
"instructions": {
"id": "instructions",
"label": "xxxxxxxxxxxxxxxxxxx",
"description": "xxxxxxxxxxxxxxxxxxxxxxx.",
"type": "textarea",
"value": "ágasg",
"default": "",
"tip": "Cxxxxxxxxxxxxxxxxxxxxxxx.",
"placeholder": ""
}
},
"needs_setup": false,
"post_install_scripts": [],
"settings_url": "xxxxxxxxxxxx/wp-admin/admin.php?page=wc-settings&tab=checkout&section=bacs",
"connection_url": null,
"setup_help_text": null,
"required_settings_keys": [],
"_links": {
"self": [
{
"href": "xxxxxxxxxxxxxxxxxx/wp-json/wc/v3/payment_gateways/bacs"
}
],
"collection": [
{
"href": "xxxxxxxxxxxxxxxxx/wp-json/wc/v3/payment_gateways"
}
]
}
}

image

how can i get account detail info without edit wordpress code? Thank guys

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

No branches or pull requests

1 participant