Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
/ ivy-sdk-php Public archive
forked from vadminn/ivy-sdk-php

Ivy SDK. Ivy is powered by Ecosia, providing your customers with a meaningful checkout experience at no extra cost.

License

Notifications You must be signed in to change notification settings

mytheresa/ivy-sdk-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ivy SDK

$client = new Client('api-key');
$client->useSandbox();

Available services and methods

Banks

Search

$client->banks->search(searchString);


Checkout

Create Session

$client->session->create(SessionResource);

Retrieve session

$client->session->retrieve(id);


Merchant

Merchant update

$client->merchant->update(MerchantResource);


Refund

Single refund

$client->refund->single(RefundRequestResource);

Batch of refunds

$client->refund->batch(array<RefundRequestResource>);


Order

Single refund

$client->order->retrieve(id);

Batch of refunds

$client->order->update(OrderResource);


Docs: https://docs.getivy.de/

About

Ivy SDK. Ivy is powered by Ecosia, providing your customers with a meaningful checkout experience at no extra cost.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%