Get repeat payment with id

Get
/api/pay/v1/repeat-payments/{payment_id}

This endpoint gets details of a specific repeat payment schedule using its id.

Parameters

schedule_id (integer): id of the repeat payment schedule

Query Parameters

  • payment_type: Repeat payment type. It must be either of the following values. It is passed to identify the type of the specific repeat schedule. This value cannot be updated.
    • fixed_schedule
    • variable_schedule

Response Parameters

The user will get a json response with all the repeat schedule related data

Security
HTTP
Type bearer
Header parameters
Authorization
string
ExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c
Path parameters
payment_id
stringRequired
Query parameters
payment_type
string
Examplefixed_schedule
Responses
200

Successful response