Category:Payments: Difference between revisions
Jump to navigation
Jump to search
| Line 193: | Line 193: | ||
<code>rb</code> Realex B: | <code>rb</code> Realex B: | ||
<code>st - Stripe | <code>st</code> - Stripe | ||
Capture for Stripe: | Capture for Stripe: | ||
| Line 213: | Line 213: | ||
=====Parameters for amounts===== | =====Parameters for amounts===== | ||
&pay= | <code>&pay=deposit</code> for a payment request collecting the amount from the "Deposit" field in the booking | ||
&pay= | <code>&pay=100</code> for a payment request for the specified amount (in this example 100) | ||
&pay= | <code>&pay=bookpay</code> for a payment request collecting the outstanding balance for this booking | ||
<code>&pay=grouppay</code> for a payment request collecting the outstanding balance for the group booking (the default) | |||
<code>&pay=na</code> for a request to collect credit card details without showing an amount | |||
</code> | |||
Examples: | Examples: | ||