Request samples
curl --location -g --request GET 'https://openapi1.uat.useepay.com/api/v1/mandates?page_num=0&page_size=3&from_created_at=2024-09-29T07:44:50.774Z&customer_id=cus_1JA7UDDQG3800' \
--header 'x-merchant-no: 500000000007245' \
--header 'x-api-key: FUYTIUvjhgfytfuytwiue' \
--header 'x-app-id: www.pay.com'
Responses
application/json {
"items": [
{
"id": "man_1JARUC40K0800",
"customer_id": "{{customer-id}}",
"payment_intent_id": "{{payment-intent-id}}",
"customer_acceptance": {
"type": "online",
"accepted_at": "2024-10-06T10:56:21Z",
"online": {
"ip_address": "192.168.12.1",
"user_agent": "user agent"
}
},
"merchant_no": "500000000007264",
"app_id": "www.pay.com",
"create_at": "2024-10-25T07:14:09Z",
"modify_at": "2024-10-25T07:14:09Z"
}
],
"has_more": false
}
Modified at 2024-10-25 10:09:59