Download OpenAPI specification:Download
| accountNumber | string |
| accountName | string |
| amount | number In minor units i.e. 15029 = $150.29 |
| successUrl | string Client URL to redirect to after payment succeeds |
| returnUrl | string Client URL to redirect to after payment fails or is cancelled |
{- "accountNumber": "string",
- "accountName": "string",
- "amount": 0,
- "successUrl": "string",
- "returnUrl": "string"
}{- "paymentLogInLink": "string",
- "paymentSessionIdentifier": "string"
}