⌨️Get scheduled payments API
Gets scheduled payments by billing key.
Gets scheduled payments by billing key.
GET
https://api.iamport.kr/subscribe/customers/{customer_uid}/schedules
Returns scheduled payments using pagination (up to 3 months period).
Path Parameters
Name
Type
Description
customer_uid*
String
Billing key
Query Parameters
Name
Type
Description
page
integer
Search result paging
Starts at 1 (default: 1)
from*
integer
Search start time
UNIX timestamp
to*
integer
Search end time
UNIX timestamp
schedule-status
String
Schedule status
If not specified, returns for all status
scheduled
executed
revoked
Swagger Test Link
https://api.iamport.kr/#!/subscribe.customer/findSchedulesByCustomer
Last updated