Error
A valid request URL is required to generate request examples{
"id": 123,
"value": "<string>",
"created_at": "<string>",
"allowed_actions": {
"actions": [
"EXCHANGE",
"REFUND_ORIGINAL_PAYMENT_METHOD",
"REFUND_STORE_CREDIT"
]
},
"description": ""
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Endpoints
Create Allowlist Item
Add items to the return allowlist for automatic approval
POST
/
v2
/
allowlist-items
Error
A valid request URL is required to generate request examples{
"id": 123,
"value": "<string>",
"created_at": "<string>",
"allowed_actions": {
"actions": [
"EXCHANGE",
"REFUND_ORIGINAL_PAYMENT_METHOD",
"REFUND_STORE_CREDIT"
]
},
"description": ""
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Headers
Body
application/json