Taxes webhook failure #71
Answered
by
logeshswell
steveninety
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
logeshswell
Jan 5, 2023
Replies: 2 comments
-
|
@steveninety You need to return the json payload present inside the Example: {
items: [
{
id: itemId,
taxes: [
{
amount: customAmount
}
]
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
logeshswell
-
|
Thank you for the answer! - how did I not see that? Late nights haha! For anyone wondering how to view the request body that's sent to your taxes webhook endpoint:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



@steveninety You need to return the json payload present inside the
bodyfield and not the entire payload inside$respond.Example:
Response Code: 200 OK (It's already correct)
Response Body: (Need to fix)