I followed the guideline here [https://shopify.dev/api/admin-rest/2021-10/resources/payment#[post]https://elb.deposit.shopifycs.com/sessions](Payment - REST) enabled my store’s test payment mode
POST “https://elb.deposit.shopifycs.com”
Header:
- X-Shopify-Access-Token:xxxxxxxx013f4afe025ab57fxxxxxxxx
- Host:https://elb.deposit.shopifycs.com
Body:
{
"credit_card": {
"number": "4242424242424242",
"first_name": "Bogus",
"last_name": "Gateway",
"month": "02",
"year": "26",
"verification_value": "191"
}
}
It keeps returning:
# 400 Bad Request
---
nginx
What do I do wrong here? Thanks!