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=100 - for a payment request for the specified amount (in this example 100)
<code>&pay=deposit</code> for a payment request collecting the amount from the "Deposit" field in the booking


&pay=bookpay  - for a payment request collecting the outstanding balance for this booking
<code>&pay=100</code> for a payment request for the specified amount (in this example 100)


&pay=grouppay  - for a payment request collecting the outstanding balance for the group booking (the default)
<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: