Getting Selected Pay Options
Gets a list of pay options for a payer.
Method Info
| Url | https://www.payitsquare.com/api/v1/collect-page/{CollectPageId}/payer/{PayerId}/pay-options |
|---|---|
| Verb | GET |
| Headers | X-PayItSquare-AppKey, X-PayItSquare-Token |
| {CollectPageId} | The id of the collect page. |
| {PayerId} | The id of the payer. |
Output
| Property | Data Type | Other Info |
|---|---|---|
| Id | Int32 | The ID of this pay option. |
| AmountPer | Single | The amount paid per pay option. |
| Quantity | Int32 | The number purchased by the payer. |
| PayOptionId | Guid Array | This is the ID of the pay option the payer is purchasing. |
Sample Get Output
[
{
"Id": 1235,
"AmountPer": 0.0,
"Quantity": 1,
"PayOptionId": null
},
{
"Id": 1235,
"AmountPer": 0.0,
"Quantity": 1,
"PayOptionId": null
}
]





