Paypal.Payment (Paypal v0.1.1)

View Source

Perform payment actions for Paypal. The payments are authorized orders. You can see further information via Paypal.Order.

Summary

Functions

Capture the authorized order. It's the final step to perform a payment with an authorized order.

Performs a refund of the capture that was captured previously.

Show information about the authorized order.

Void the authorized order. It's a way for cancel or return the blocked or authorized fonds.

Functions

capture(id)

Capture the authorized order. It's the final step to perform a payment with an authorized order.

refund(id, body \\ %{})

Performs a refund of the capture that was captured previously.

show(id)

Show information about the authorized order.

void(id)

Void the authorized order. It's a way for cancel or return the blocked or authorized fonds.